Skip to content

Commit

Permalink
Update for peaceiris/actions-hugo#662 and the impact of missign asset…
Browse files Browse the repository at this point in the history
…s from latest hugo build in gohugoio/hugo#13147
  • Loading branch information
MrHinsh committed Dec 16, 2024
1 parent 0ef9640 commit 293a871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: "latest"
hugo-version: "${{ vars.HUGO_BUILD_VERSION }}"
extended: true

- name: Build
Expand Down

0 comments on commit 293a871

Please sign in to comment.