We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f5a71b commit fc46ebdCopy full SHA for fc46ebd
.github/workflows/deploy.yml
@@ -36,6 +36,6 @@ jobs:
36
# deploy to gh-pages branch
37
target_branch: gh-pages
38
# deploy the default output dir of VuePress
39
- build_dir: .vuepress/dist
+ build_dir: .vitepress/dist
40
env:
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments