Skip to content

Commit 1f5a71b

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: npm ci
2727

2828
- name: Build VuePress site
29-
run: npm docs:build
29+
run: npm run docs:build
3030

3131
# please check out the docs of the workflow for more details
3232
# @see https://github.com/crazy-max/ghaction-github-pages
@@ -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: docs/.vuepress/dist
39+
build_dir: .vuepress/dist
4040
env:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)