Skip to content

Commit fc46ebd

Browse files
committed
ci: fix build dir
Signed-off-by: Sergej Atamantschuk <[email protected]>
1 parent 1f5a71b commit fc46ebd

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
@@ -36,6 +36,6 @@ jobs:
3636
# deploy to gh-pages branch
3737
target_branch: gh-pages
3838
# deploy the default output dir of VuePress
39-
build_dir: .vuepress/dist
39+
build_dir: .vitepress/dist
4040
env:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)