We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54e276d commit 72f05b1Copy full SHA for 72f05b1
.github/workflows/hugo.yaml
@@ -61,7 +61,7 @@ jobs:
61
--minify \
62
--baseURL "${{ steps.pages.outputs.base_url }}/"
63
- name: Upload artifact
64
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-pages-artifact@v2
65
with:
66
path: ./public
67
0 commit comments