Skip to content

Commit 15e562c

Browse files
committed
ci: use static hugo version to fix issue with latest alias
See https://github.com/peaceiris/actions-hugo/issues/⁠652.
1 parent b2a477a commit 15e562c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Hugo
2626
uses: peaceiris/actions-hugo@v3
2727
with:
28-
hugo-version: 'latest'
28+
hugo-version: "0.139.4"
2929
extended: true
3030

3131
- name: Build

0 commit comments

Comments
 (0)