Skip to content

Commit b13f661

Browse files
committed
ci: revert to using latest hugo release to render deployment
As the previous issue with missing assets in the upstream release has been fixed in more recent versions.
1 parent f3d3614 commit b13f661

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Hugo
2626
uses: peaceiris/actions-hugo@v3
2727
with:
28-
hugo-version: "0.139.4"
28+
hugo-version: "latest"
2929
extended: true
3030

3131
- name: Build

0 commit comments

Comments
 (0)