Skip to content

Commit 43da274

Browse files
committed
Fix: Correct pathing for Hugo build in Pages Action
Signed-off-by: lipbalmi <lipbalmi@systemli.org>
1 parent 0f78f3d commit 43da274

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ jobs:
6363
HUGO_ENV: production
6464
run: |
6565
hugo \
66-
--config docs/hugo.toml \
66+
--source docs \
67+
--destination ../build/pages \
6768
--minify \
6869
--baseURL "${{ steps.pages.outputs.base_url }}/"
6970
mv build/pages public

0 commit comments

Comments
 (0)