Skip to content

Commit 27de767

Browse files
committed
Fix build path
1 parent 2fc8bc9 commit 27de767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Upload artifact
4444
uses: actions/upload-pages-artifact@v3
4545
with:
46-
path: docs/.vitepress/dist
46+
path: .vitepress/dist
4747

4848
# Deployment job
4949
deploy:

0 commit comments

Comments
 (0)