Skip to content

Commit

Permalink
CD_publish: update to actions-hugo@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
pryrt authored May 1, 2024
1 parent 42572b6 commit abfa18d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CD_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:

- name: 📡 Get Hugo-Extended v0.68.3
#uses: peaceiris/actions-hugo@v2 # @v2 and @v2.6.0 giving node16-vs-node20 error in GitHub Actions
uses: ricomariani/actions-hugo@16ab92f9dbb1f28bb75268a4a5eede16cdc2a6e2
#uses: ricomariani/actions-hugo@16ab92f9dbb1f28bb75268a4a5eede16cdc2a6e2
uses: peaceiris/actions-hugo@v3 # @v3 released in April; hopefully solves the node16 warning/error
with:
hugo-version: '0.68.3'
extended: true
Expand Down

0 comments on commit abfa18d

Please sign in to comment.