Skip to content

Commit b9b3be2

Browse files
committed
fix: changed build output dir path
1 parent 035e360 commit b9b3be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Upload artifact
8282
uses: actions/upload-pages-artifact@v3
8383
with:
84-
path: ./public
84+
path: ./exampleSite/public
8585

8686
# Deployment job
8787
deploy:

0 commit comments

Comments
 (0)