Skip to content

Commit

Permalink
Upgrade the version of Hugo used in CI
Browse files Browse the repository at this point in the history
Otherwise the `relref` in the changelogs does not work.
Version 0.124.1 is the last version of Hugo to work with the current version of the docsy theme.

Signed-off-by: Kévin Commaille <[email protected]>
  • Loading branch information
zecakeh committed Oct 24, 2024
1 parent 706855b commit 57fdada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
- name: "➕ Setup Hugo"
uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3.0.0
with:
hugo-version: '0.117.0'
hugo-version: '0.124.1'
extended: true
- name: "📥 Source checkout"
uses: actions/checkout@v4
Expand Down

0 comments on commit 57fdada

Please sign in to comment.