1
0

deploy.sh 208 B

123456789
  1. rm -rf _book
  2. gitbook build
  3. cp assets/circle.yml _book/circle.yml
  4. cp assets/CNAME _book/CNAME
  5. cd _book
  6. git init
  7. git add -A
  8. git commit -m 'update book'
  9. git push -f git@github.com:vuejs/vuex.git master:gh-pages