We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e2e96 commit 4825569Copy full SHA for 4825569
.github/workflows/deploy.yml
@@ -54,7 +54,7 @@ jobs:
54
run: |
55
hugo --minify
56
- name: Upload artifact
57
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
58
with:
59
path: ./public
60
0 commit comments