Skip to content

Commit 80379d5

Browse files
authored
workflows/hugo: back to latest we go
Hugo recently released a new version with all required assets, use it. Signed-off-by: Luca Zeuch <[email protected]>
1 parent 58ba891 commit 80379d5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/hugo.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ jobs:
3030
- name: Install Hugo
3131
uses: peaceiris/actions-hugo@v3
3232
with:
33-
# FIXME: At the moment, the 0.139.5 release does not include all assets,
34-
# which fails this specific step. We use the previous version instead.
35-
hugo-version: '0.139.4'
33+
hugo-version: 'latest'
3634
# We use the extended version just to be on the safe side.
3735
# It is recommended anyway.
3836
extended: true

0 commit comments

Comments
 (0)