Skip to content

Commit

Permalink
fix: Fix docs deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
potato4d committed Mar 3, 2019
1 parent 8996d7d commit 57f1af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"gh-pages": "gh-pages -d docs -m '[ci skip] deploy'"
"gh-pages": "gh-pages -d docs/.vuepress/dist -m '[ci skip] deploy'"
},
"author": {
"name": "potato4d",
Expand Down

0 comments on commit 57f1af6

Please sign in to comment.