Skip to content

Commit 5035d1d

Browse files
committed
update upload path
1 parent 4febbd7 commit 5035d1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
- name: Upload artifact
5757
# Automatically uploads an artifact from the './_site' directory by default
5858
uses: actions/upload-pages-artifact@v3
59+
with:
60+
path: docs/_site
5961

6062
# Deployment job
6163
deploy:

0 commit comments

Comments
 (0)