Skip to content

Commit

Permalink
Update CD_publish.yml
Browse files Browse the repository at this point in the history
GitHubActions have been warning not to use node.js 16, and to upgrade to 20; per `peaceiris/actions-hugo#647 and `peaceiris/actions-hugo#644, it's a known issue; the second seems to imply that @v2.6 should work, so I will try that on the next deployment

[skip ci]
  • Loading branch information
pryrt committed Mar 28, 2024
1 parent 77a1ee6 commit e21a71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4

- name: 📡 Get Hugo-Extended v0.57.2
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@v2.6.0
with:
hugo-version: '0.57.2'
extended: true
Expand Down

0 comments on commit e21a71a

Please sign in to comment.