1 Star 0 Fork 1

xu81.com/rustlang-cn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.deploy.sh 507 Bytes
一键复制 编辑 原始数据 按行查看 历史
krircc 提交于 2018-10-07 11:50 . travis
#!/usr/bin/env sh
# 确保脚本抛出遇到的错误
set -e
# 生成静态文件
npm run build
if [[ "$TRAVIS_OS_NAME" == "linux" && "$TRAVIS_PULL_REQUEST" = "false" && "$TRAVIS_BRANCH" == "master" ]]; then
# cp CNAME docs/.vuepress/dist
git clone https://github.com/davisp/ghp-import.git &&
./ghp-import/ghp_import.py -n -p -f -m "Documentation upload" -b master -r https://"$RUST_TOKEN"@github.com/rustlang-cn/rustlang-cn.github.io.git docs/.vuepress/dist &&
echo "Uploaded documentation"
fi
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/viperasi/rustlang-cn.git
git@gitee.com:viperasi/rustlang-cn.git
viperasi
rustlang-cn
rustlang-cn
master

搜索帮助