1 Star 0 Fork 17

coju/MiniProgramSDK

forked from hillpy/MiniProgramSDK 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 607 Bytes
一键复制 编辑 原始数据 按行查看 历史
shinn_lancelot 提交于 2019-01-08 16:39 . 1. 调整文档结构和内容
language: node_js
node_js:
- '8'
cache:
directories:
- $HOME/.npm
before_install:
- export TZ='Asia/Shanghai'
install:
- npm install gitbook-cli -g
- cd doc/v1
- gitbook install
- cd ..
- cd v2
- gitbook install
script:
- gitbook build . ./../_book/v2 # 构建顶级版本文档
- cd ..
- cd v1
- gitbook build . ./../_book/v1 # 构建v1版本文档
branches:
only:
- master
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
local_dir: ./doc/_book
#fqdn: $CUSTOM_DOMAIN
name: $GIT_NAME
email: $GIT_EMAIL
on:
branch: master
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/coju/MiniProgramSDK.git
[email protected]:coju/MiniProgramSDK.git
coju
MiniProgramSDK
MiniProgramSDK
master

搜索帮助