Skip to content

Commit 787254e

Browse files
committed
docs: fix build
1 parent 1e98888 commit 787254e

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
uses: peaceiris/actions-gh-pages@v3
2929
with:
3030
github_token: ${{ secrets.GITHUB_TOKEN }}
31-
publish_dir: docs/.vuepress/dist
31+
publish_dir: docs/.vitepress/dist
3232
destination_dir: '.'

0 commit comments

Comments
 (0)