Skip to content

Commit f5e5916

Browse files
committed
fix(ci): update workflow publish dir
1 parent ba225f3 commit f5e5916

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
@@ -43,4 +43,4 @@ jobs:
4343
uses: peaceiris/actions-gh-pages@v4
4444
with:
4545
github_token: ${{ secrets.GITHUB_TOKEN }}
46-
publish_dir: ./dist
46+
publish_dir: ./docs/.vitepress/dist

0 commit comments

Comments
 (0)