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