Skip to content

Commit ea864ce

Browse files
committed
update actions
1 parent 10cf110 commit ea864ce

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: github pages
22

33
on:
4+
push:
5+
branches:
6+
- main
47
workflow_dispatch:
58

69
jobs:
@@ -16,7 +19,7 @@ jobs:
1619
uses: peaceiris/actions-hugo@v2
1720
with:
1821
hugo-version: '0.128.0'
19-
# extended: true
22+
extended: true
2023

2124
- name: Build
2225
run: hugo --minify

CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)