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 92aa88b commit d7097f5Copy full SHA for d7097f5
.github/workflows/hugo.yml
@@ -60,12 +60,11 @@ jobs:
60
--gc \
61
--minify \
62
--source ./site \
63
- --destination ./public \
64
--baseURL "${{ steps.pages.outputs.base_url }}/"
65
- name: Upload artifact
66
uses: actions/upload-pages-artifact@v3
67
with:
68
- path: ./public
+ path: ./site/public
69
70
# Deployment job
71
deploy:
0 commit comments