Skip to content

Commit

Permalink
Merge pull request #525 from hachyderm/pin-hugo-version
Browse files Browse the repository at this point in the history
Pin hugo to version 0.124.1
  • Loading branch information
dmah42 committed Apr 26, 2024
2 parents 7a074a0 + 7f788f6 commit 3c3289f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: "latest"
hugo-version: "0.124.1"
extended: true
- name: Pre-build
run: cd community.hachyderm.io && make hugo
Expand Down

0 comments on commit 3c3289f

Please sign in to comment.