Skip to content

Commit

Permalink
fix github action error for updating hugo version
Browse files Browse the repository at this point in the history
  • Loading branch information
tamada committed Dec 6, 2024
1 parent d6e14a8 commit 9218ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: 'extended_0.129.0'
hugo-version: '0.129.0'
extended: true

- name: Checkout
Expand Down

0 comments on commit 9218ef9

Please sign in to comment.