Skip to content

Commit 4a0c699

Browse files
authored
Update hugo.yml
1 parent fe85f26 commit 4a0c699

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/hugo.yml

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

6465
# Deployment job
6566
deploy:

0 commit comments

Comments
 (0)