Skip to content

Commit d7097f5

Browse files
debugging github actions
1 parent 92aa88b commit d7097f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/hugo.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,11 @@ jobs:
6060
--gc \
6161
--minify \
6262
--source ./site \
63-
--destination ./public \
6463
--baseURL "${{ steps.pages.outputs.base_url }}/"
6564
- name: Upload artifact
6665
uses: actions/upload-pages-artifact@v3
6766
with:
68-
path: ./public
67+
path: ./site/public
6968

7069
# Deployment job
7170
deploy:

0 commit comments

Comments
 (0)