Skip to content

Commit bc76ea3

Browse files
committed
ci(docs-deploy): fix incorrect dir path
1 parent b16b369 commit bc76ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Upload Artifact
4141
uses: actions/upload-pages-artifact@v3
4242
with:
43-
path: docs/.vitepress/dist
43+
path: packages/docs/.vitepress/dist
4444

4545
deploy:
4646
environment:

0 commit comments

Comments
 (0)