Skip to content

Commit

Permalink
workflows: downgrade hugo to prior release
Browse files Browse the repository at this point in the history
Hugo 0.141.0 introduced a new `try` function, replacing the way error
handling is done. Downgrade until we can land a fix in upstream, see
thuliteio/doks-core#115.

Signed-off-by: Luca Zeuch <[email protected]>
  • Loading branch information
l-zeuch committed Jan 17, 2025
1 parent d86b9da commit b5e533a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: 'latest'
hugo-version: '0.140.2'
# We use the extended version just to be on the safe side.
# It is recommended anyway.
extended: true
Expand Down

0 comments on commit b5e533a

Please sign in to comment.