Skip to content

Commit 7919229

Browse files
committed
ci(deploy): fix path
1 parent 16a73d4 commit 7919229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Upload artifact
3838
uses: actions/upload-pages-artifact@v3
3939
with:
40-
path: docs/.vitepress/dist
40+
path: .vitepress/dist
4141

4242
deploy:
4343
environment:

0 commit comments

Comments
 (0)