Skip to content

Commit

Permalink
Revert "fix(hugo): ensure correct version is used"
Browse files Browse the repository at this point in the history
- since rolling back to a working Hugo version's not possible, time to
  go back to fixing the warnings...

This reverts commit c41e8e4.
  • Loading branch information
dminca committed Apr 21, 2024
1 parent c41e8e4 commit 012c296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.101.0
HUGO_VERSION: 0.124.1
steps:
- name: Install Hugo CLI
run: |
Expand Down

0 comments on commit 012c296

Please sign in to comment.