2 Star 0 Fork 0

mirrors_sfackler/linked-hash-map

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
deploy-docs.sh 377 Bytes
一键复制 编辑 原始数据 按行查看 历史
David Tolnay 提交于 2016-03-19 16:25 . Discard gh-pages commit history
#!/bin/bash
set -o errexit -o nounset
rev=$(git rev-parse --short HEAD)
cd target/doc
git init
git config user.email '[email protected]'
git config user.name 'FlashCat'
git remote add upstream "https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git"
touch .
git add -A .
git commit -qm "rebuild pages at ${rev}"
git push -q upstream HEAD:gh-pages --force
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_sfackler/linked-hash-map.git
[email protected]:mirrors_sfackler/linked-hash-map.git
mirrors_sfackler
linked-hash-map
linked-hash-map
master

搜索帮助