Skip to content

Commit

Permalink
Merge pull request #603 from hachyderm/fix/hugo-deploys
Browse files Browse the repository at this point in the history
Pin hugo version to 0.139.4 for publish workflow
  • Loading branch information
quintessence authored Dec 15, 2024
2 parents e546202 + 8a5a424 commit 39a28b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: "latest"
hugo-version: "0.139.4"
extended: true
- name: Build
run: make -C community.hachyderm.io hugo
Expand Down

0 comments on commit 39a28b7

Please sign in to comment.