1 Star 2 Fork 0

snowdreams1006 / gitbook-plugin-openwrite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
deploy.sh 283 Bytes
一键复制 编辑 原始数据 按行查看 历史
snowdreams1006 提交于 2019-11-13 11:48 . auto deploy website
#! /bin/bash
# prepare for generate docs
cd docs
# re-generate docs
rm -rf _book/ && gitbook build
# copy to docs
cp -rf _book/ .
# prepare for push
cd ..
# add commits
git add .
# commit
git commit -m "auto deploy website"
# push to github and others
git push origin master
CSS
1
https://gitee.com/snowdreams1006/gitbook-plugin-openwrite.git
git@gitee.com:snowdreams1006/gitbook-plugin-openwrite.git
snowdreams1006
gitbook-plugin-openwrite
gitbook-plugin-openwrite
master

搜索帮助