Skip to content

Commit 39a28b7

Browse files
authored
Merge pull request #603 from hachyderm/fix/hugo-deploys
Pin hugo version to 0.139.4 for publish workflow
2 parents e546202 + 8a5a424 commit 39a28b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Hugo
2525
uses: peaceiris/actions-hugo@v3
2626
with:
27-
hugo-version: "latest"
27+
hugo-version: "0.139.4"
2828
extended: true
2929
- name: Build
3030
run: make -C community.hachyderm.io hugo

0 commit comments

Comments
 (0)