Skip to content

Commit 523efa2

Browse files
committed
ci: version pin to working Hugo version
1 parent 1f20fd0 commit 523efa2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
- name: Setup Hugo
3030
uses: peaceiris/actions-hugo@v3
3131
with:
32-
hugo-version: "latest"
32+
hugo-version: '0.145.0'
33+
extended: true
3334

3435
- name: Clean public directory
3536
run: rm -rf public

0 commit comments

Comments
 (0)