Skip to content

Commit 744b057

Browse files
committed
chore: Use npm script to build docs
1 parent 5fb2fa8 commit 744b057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
set -e
55

66
# build
7-
vuepress build docs
7+
npm run build:docs
88

99
# navigate into the build output directory
1010
cd docs/.vuepress/dist

0 commit comments

Comments
 (0)