Skip to content

Commit b5e533a

Browse files
committed
workflows: downgrade hugo to prior release
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]>
1 parent d86b9da commit b5e533a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hugo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install Hugo
3131
uses: peaceiris/actions-hugo@v3
3232
with:
33-
hugo-version: 'latest'
33+
hugo-version: '0.140.2'
3434
# We use the extended version just to be on the safe side.
3535
# It is recommended anyway.
3636
extended: true

0 commit comments

Comments
 (0)