Skip to content

Commit d663a6f

Browse files
committed
ci: workflow fixes
1 parent 6ca062f commit d663a6f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Setup Hugo
23-
uses: peaceiris/actions-hugo@v2
23+
uses: peaceiris/actions-hugo@v3
2424
with:
25-
hugo-version: "latest"
25+
hugo-version: "0.148.2"
26+
extended: true
2627

2728
- name: Build
2829
run: hugo --minify

0 commit comments

Comments
 (0)