We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4593fe6 commit d94f1abCopy full SHA for d94f1ab
.github/workflows/hugo.yaml
@@ -71,7 +71,7 @@ jobs:
71
--gc \
72
--minify \
73
--baseURL "${{ steps.pages.outputs.base_url }}/staging" \
74
- --destination "public/staging"
+ --destination "../../public/staging"
75
- name: Upload artifact
76
uses: actions/upload-pages-artifact@v2
77
with:
0 commit comments