1 Star 1 Fork 1

sory/rxjs5-clone

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
publish_docs.sh 421 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ben Lesh 提交于 2016-07-06 10:18 . chore(publish_docs): fix publish docs
#!/usr/bin/env bash
#
# Generates documentation and pushes it up to the site
# WARNING: Do NOT run this script unless you have remote `upstream` set properly
#
rm -rf tmp/docs && npm run build_docs && git checkout gh-pages && git fetch upstream && git rebase upstream/gh-pages && cp -r ./tmp/docs/ ./ && rm -rf tmp/ && git add . && git commit -am "chore(docs): docs generated automatically" && git push upstream gh-pages
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/tjf/rxjs5-clone.git
[email protected]:tjf/rxjs5-clone.git
tjf
rxjs5-clone
rxjs5-clone
master

搜索帮助