9 lines
163 B
Bash
9 lines
163 B
Bash
|
cd docs
|
||
|
rm -rf _book
|
||
|
gitbook build
|
||
|
cd _book
|
||
|
git init
|
||
|
git add -A
|
||
|
git commit -m 'update book'
|
||
|
git push -f git@github.com:vuejs-templates/webpack.git master:gh-pages
|