Skip to content

Commit

Permalink
fix: hugo v0.139.5 is a special version and should be skipped
Browse files Browse the repository at this point in the history
Hugo version: 0.139.5
Error: Action failed with error Unexpected HTTP response: 404
peaceiris/actions-hugo#662
  • Loading branch information
tomowang committed Dec 17, 2024
1 parent 45035f8 commit b877d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: 'latest'
hugo-version: '0.140.0'
extended: true

- name: Checkout
Expand Down

0 comments on commit b877d92

Please sign in to comment.