Skip to content

Commit 0c17a20

Browse files
committed
infra: Pin hugo-version in GitHub Actions workflow to 0.139.3
Temporary workaround to handle unexpected 404s with the latest release, 0.139.5. Link: https://github.com/Binary-Eater/binary-eater.github.io/actions/runs/12334251620/job/34424304310 Signed-off-by: Rahul Rameshbabu <[email protected]>
1 parent 4bcef56 commit 0c17a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Hugo
1919
uses: peaceiris/actions-hugo@v2
2020
with:
21-
hugo-version: 'latest'
21+
hugo-version: '0.139.3'
2222
extended: true
2323

2424
- name: Build

0 commit comments

Comments
 (0)