Skip to content

Commit

Permalink
Create variable for Hugo version as latest versions is missing assets. (
Browse files Browse the repository at this point in the history
#207)

Update for peaceiris/actions-hugo#662 and the impact of missign assets
from latest hugo build in gohugoio/hugo#13147
  • Loading branch information
MrHinsh authored Dec 16, 2024
2 parents 0ef9640 + f1ab878 commit 07b2807
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 07b2807

Please sign in to comment.