Skip to content

Commit

Permalink
Update Hugo version
Browse files Browse the repository at this point in the history
HugoBlox v5.9.6 is not compatible with Hugo 0.110.0 anymore.
We instead use Hugo 0.120.3, which is the recommended version
for HugoBlox.
  • Loading branch information
rchaput committed Dec 29, 2023
1 parent 628c457 commit 120052c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.110.0'
hugo-version: '0.120.3'
extended: true
# Build the static website
- name: Build
Expand Down

0 comments on commit 120052c

Please sign in to comment.