We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae86966 commit 9fc4e0fCopy full SHA for 9fc4e0f
.github/workflows/deploy.yml
@@ -57,7 +57,7 @@ jobs:
57
run: hugo --minify --baseURL "${{ steps.pages.outputs.base_url }}/"
58
59
- name: Upload artifact
60
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v4
61
with:
62
path: ./public
63
0 commit comments