We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c0e54 commit 38d3acaCopy full SHA for 38d3aca
1 file changed
.github/workflows/hugo.yml
@@ -55,11 +55,12 @@ jobs:
55
run: |
56
hugo \
57
--minify \
58
- --baseURL "${{ steps.pages.outputs.base_url }}/"
+ --baseURL "${{ steps.pages.outputs.base_url }}/" \
59
+ -s docs
60
- name: Upload artifact
61
uses: actions/upload-pages-artifact@v3
62
with:
- path: ./public
63
+ path: ./docs/public
64
65
# Deployment job
66
deploy:
0 commit comments