Skip to content

Commit aae7576

Browse files
committed
chore: Update hugo.yml to use /docs as the source directory for Hugo
1 parent eb0f4e4 commit aae7576

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/hugo.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,13 @@ jobs:
5454
HUGO_ENVIRONMENT: production
5555
run: |
5656
hugo \
57+
--source /docs \
5758
--minify \
5859
--baseURL "${{ steps.pages.outputs.base_url }}/"
5960
- name: Upload artifact
6061
uses: actions/upload-pages-artifact@v3
6162
with:
62-
path: ./docs
63+
path: ./public
6364

6465
# Deployment job
6566
deploy:

0 commit comments

Comments
 (0)