We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bca4ab commit 6577451Copy full SHA for 6577451
.github/workflows/hugo.yml
@@ -58,7 +58,7 @@ jobs:
58
--minify \
59
--baseURL "${{ steps.pages.outputs.base_url }}/"
60
- name: Upload artifact
61
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
62
with:
63
path: ./public
64
0 commit comments