Skip to content

Commit ef8e770

Browse files
committed
fix: vitepress dist path
1 parent 3068378 commit ef8e770

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Upload artifact
4848
uses: actions/upload-pages-artifact@v3
4949
with:
50-
path: docs/.vitepress/dist
50+
path: .vitepress/dist
5151

5252
# Deployment job
5353
deploy:

0 commit comments

Comments
 (0)