Skip to content

Commit be3ed86

Browse files
committed
fix ci
1 parent 126999d commit be3ed86

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
@@ -23,5 +23,5 @@ jobs:
2323
- uses: actions/configure-pages@v3
2424
- uses: actions/upload-pages-artifact@v2
2525
with:
26-
path: .vitepress/dist
26+
path: docs/.vitepress/dist
2727
- uses: actions/deploy-pages@v2

0 commit comments

Comments
 (0)