Skip to content

Commit

Permalink
ci: revert to using latest hugo release to render deployment
Browse files Browse the repository at this point in the history
As the previous issue with missing assets in the upstream release has
been fixed in more recent versions.
  • Loading branch information
radhermit committed Dec 30, 2024
1 parent f3d3614 commit b13f661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: "0.139.4"
hugo-version: "latest"
extended: true

- name: Build
Expand Down

0 comments on commit b13f661

Please sign in to comment.