Skip to content

Commit

Permalink
workflows: also bump deploy-pages to v4
Browse files Browse the repository at this point in the history
Currently, the workflow to deploy pages is failing; a comment from a
maintainer suggested to also update deploy-pages to v4 if one is using
upload-pages-artifact@v3.

Signed-off-by: Luca Zeuch <[email protected]>
  • Loading branch information
l-zeuch committed Jun 8, 2024
1 parent 33aadc2 commit 26a07d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4

0 comments on commit 26a07d3

Please sign in to comment.