Skip to content

Commit f53055d

Browse files
committed
fix: Deploy script
1 parent db5bc73 commit f53055d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
set -e
55

66
# build
7-
vuepress build docs
7+
vuepress build .
88

99
# navigate into the build output directory
10-
cd docs/.vuepress/dist
10+
cd .vuepress/dist
1111

1212
git init
1313
git add -A

0 commit comments

Comments
 (0)