Skip to content

Commit 57f1af6

Browse files
committed
fix: Fix docs deploy script
1 parent 8996d7d commit 57f1af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"test": "jest",
2828
"test:watch": "jest --watch",
2929
"test:coverage": "jest --coverage",
30-
"gh-pages": "gh-pages -d docs -m '[ci skip] deploy'"
30+
"gh-pages": "gh-pages -d docs/.vuepress/dist -m '[ci skip] deploy'"
3131
},
3232
"author": {
3333
"name": "potato4d",

0 commit comments

Comments
 (0)