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 6366478 commit a5cc1f1Copy full SHA for a5cc1f1
.github/workflows/deploy.yml
@@ -75,7 +75,7 @@ jobs:
75
- name: Upload artifact
76
uses: actions/upload-pages-artifact@v4
77
with:
78
- path: hugo-site/public # Point to the correct directory
+ path: hugo-site/public
79
80
deploy:
81
needs: build
0 commit comments