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 c6da82d commit f505a87Copy full SHA for f505a87
.github/workflows/publish.yaml
@@ -52,7 +52,7 @@ jobs:
52
echo "Hugo Cache Dir: $(hugo config | grep cachedir)"
53
hugo --minify --baseURL "${{ steps.pages.outputs.base_url }}/"
54
- name: Upload artifact
55
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-pages-artifact@v3
56
with:
57
path: ./public
58
0 commit comments