Skip to content

Commit

Permalink
hardcode hugo version until "withdeploy" works
Browse files Browse the repository at this point in the history
   Will need actions-hugo to support `withdeploy: true` from
   peaceiris/actions-hugo#659 and then this can be changed
   back to 'latest'.
  • Loading branch information
oasys committed Jan 7, 2025
1 parent 88ace13 commit 519f1e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
- name: Install Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: latest
hugo-version: '0.136.0'
extended: true
withdeploy: true
- name: Cache
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 519f1e4

Please sign in to comment.