1 Star 0 Fork 0

王霆钧/LeetCode-Gitbook

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.travis.yml 656 Bytes
一键复制 编辑 原始数据 按行查看 历史
tingjunwong 提交于 2020-03-29 10:04 +08:00 . the first attempt
language: node_js
node_js:
- "10"
cache: npm
notifications:
email:
recipients:
- wangtingjun6@gmail.com # 设置通知邮件
on_success: change
on_failure: always
install:
- npm install -g gitbook-cli
- gitbook install
script:
- gitbook build
after_script:
- cd _book
- git init
- git remote add origin https://${REF}
- git add .
- git commit -m "Updated By Travis-CI With Build $TRAVIS_BUILD_NUMBER For Github Pages"
- git push --force --quiet "https://${TOKEN}@${REF}" master:gh-pages
branches:
only:
- master
env:
global:
- REF=github.com/tingjunwong/LeetCode-Gitbook.git # 设置 github 地址
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wang_ting_jun/LeetCode-Gitbook.git
git@gitee.com:wang_ting_jun/LeetCode-Gitbook.git
wang_ting_jun
LeetCode-Gitbook
LeetCode-Gitbook
master

搜索帮助