Skip to content

Commit

Permalink
ci: pin hugo version to 0.139.4 due to special 0.139.5 release
Browse files Browse the repository at this point in the history
Release 0.139.5 contains no assets and was only made for technical
reasons. The deployment fails with error:

    Error: Action failed with error Unexpected HTTP response: 404

See gohugoio/hugo#13150
  • Loading branch information
omarkohl committed Dec 15, 2024
1 parent cc4a871 commit 9566a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: 'latest'
hugo-version: '0.139.4'
extended: true

- name: Build
Expand Down

0 comments on commit 9566a1b

Please sign in to comment.