Skip to content

Commit f3d6e46

Browse files
committed
Change Hugo source path to docs/.
1 parent e406491 commit f3d6e46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/hugo.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
hugo-
6767
- name: Build with Hugo
6868
run: |
69+
cd docs;
6970
hugo \
7071
--gc \
7172
--minify \
@@ -81,7 +82,7 @@ jobs:
8182
- name: Upload artifact
8283
uses: actions/upload-pages-artifact@v3
8384
with:
84-
path: ./public
85+
path: docs/public
8586

8687
# Deployment job
8788
deploy:

0 commit comments

Comments
 (0)