We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f78f3d commit 43da274Copy full SHA for 43da274
1 file changed
.github/workflows/pages.yml
@@ -63,7 +63,8 @@ jobs:
63
HUGO_ENV: production
64
run: |
65
hugo \
66
- --config docs/hugo.toml \
+ --source docs \
67
+ --destination ../build/pages \
68
--minify \
69
--baseURL "${{ steps.pages.outputs.base_url }}/"
70
mv build/pages public
0 commit comments