6 Star 14 Fork 3

LoneyCao / Odoo-Book

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 521 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
Elf 提交于 2019-01-15 00:56 . [FIX] fix mdling
language: node_js
node_js:
- "10"
cache:
directories:
- $HOME/.npm
before_install:
- export TZ='Asia/Shanghai' # 更改时区
install:
- npm install gitbook-cli -g
- npm install lint-md -g
- npm install
- gitbook install
script:
- gitbook build . ./build
- echo "http://odoobook.tnk-studio.org" > ./build/CNAME
branches:
only:
- master
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
local_dir: build
name: travis@travis-ci.org
email: Travis CI
on:
branch: master
CSS
1
https://gitee.com/LoneyCao/Odoo-Book.git
git@gitee.com:LoneyCao/Odoo-Book.git
LoneyCao
Odoo-Book
Odoo-Book
master

搜索帮助

14c37bed 8189591 565d56ea 8189591