Skip to content

Commit

Permalink
workflows/hugo: back to latest we go
Browse files Browse the repository at this point in the history
Hugo recently released a new version with all required assets, use it.


Signed-off-by: Luca Zeuch <l-zeuch@email.de>
  • Loading branch information
l-zeuch authored Dec 18, 2024
1 parent 58ba891 commit 80379d5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ jobs:
- name: Install Hugo
uses: peaceiris/actions-hugo@v3
with:
# FIXME: At the moment, the 0.139.5 release does not include all assets,
# which fails this specific step. We use the previous version instead.
hugo-version: '0.139.4'
hugo-version: 'latest'
# We use the extended version just to be on the safe side.
# It is recommended anyway.
extended: true
Expand Down

0 comments on commit 80379d5

Please sign in to comment.