1 Star 0 Fork 17

Ricco/MiniProgramSDK

forked from hillpy/MiniProgramSDK 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 619 Bytes
一键复制 编辑 原始数据 按行查看 历史
shinn_lancelot 提交于 2020-04-17 11:24 . chore: 修改其它相关
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/hnfeitu/MiniProgramSDK.git
[email protected]:hnfeitu/MiniProgramSDK.git
hnfeitu
MiniProgramSDK
MiniProgramSDK
master

搜索帮助