Skip to content

Commit 38d3aca

Browse files
authored
doc: update Hugo workflow to use docs directory
1 parent c6c0e54 commit 38d3aca

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/hugo.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,12 @@ jobs:
5555
run: |
5656
hugo \
5757
--minify \
58-
--baseURL "${{ steps.pages.outputs.base_url }}/"
58+
--baseURL "${{ steps.pages.outputs.base_url }}/" \
59+
-s docs
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)