We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ba891 commit 80379d5Copy full SHA for 80379d5
.github/workflows/hugo.yml
@@ -30,9 +30,7 @@ jobs:
30
- name: Install Hugo
31
uses: peaceiris/actions-hugo@v3
32
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'
+ hugo-version: 'latest'
36
# We use the extended version just to be on the safe side.
37
# It is recommended anyway.
38
extended: true
0 commit comments