fix deployment for github pages

This commit is contained in:
Evan You
2018-04-07 15:18:31 -04:00
parent f0bbe2f766
commit 1e74c9952c
5 changed files with 25 additions and 9 deletions
+5
View File
@@ -0,0 +1,5 @@
cd vuepress
git init
git add -A
git commit -m 'deploy'
git push -f git@github.com:vuejs/vuepress.git master:gh-pages