Skip to content

Commit e66222c

Browse files
committed
fix: upload path error
1 parent c7ac5a3 commit e66222c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- uses: actions/upload-pages-artifact@v3
3737
with:
38-
path: docs/.vitepress/dist
38+
path: .vitepress/dist
3939

4040
deploy:
4141
environment:

0 commit comments

Comments
 (0)