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 4bc64a4 commit 1f5a71bCopy full SHA for 1f5a71b
.github/workflows/deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
run: npm ci
27
28
- name: Build VuePress site
29
- run: npm docs:build
+ run: npm run docs:build
30
31
# please check out the docs of the workflow for more details
32
# @see https://github.com/crazy-max/ghaction-github-pages
@@ -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: docs/.vuepress/dist
+ build_dir: .vuepress/dist
40
env:
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments