Skip to content

Commit 293b864

Browse files
committed
hugo-version latest
1 parent ad52f05 commit 293b864

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/gh-pages.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- gh-pages # Set a branch that will trigger a deployment
77
pull_request:
8+
branches:
9+
- gh-pages
810

911
jobs:
1012
deploy:
@@ -18,7 +20,7 @@ jobs:
1820
- name: Setup Hugo
1921
uses: peaceiris/actions-hugo@v2
2022
with:
21-
hugo-version: '0.79'
23+
hugo-version: 'latest'
2224
# extended: true
2325

2426
- name: Build

0 commit comments

Comments
 (0)