1 Star 0 Fork 0

moyuk / taro

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 545 Bytes
一键复制 编辑 原始数据 按行查看 历史
luckyadam 提交于 2018-09-05 22:40 . docs: gitbook -> docusaurus
language: node_js
sudo: false
node_js:
- "10"
cache:
directories:
- node_modules
jobs:
include:
- stage: test
script:
- npm install
- npm run bootstrap
- npm run build
- npm run test
- stage: deploy
if: (branch = master) AND (NOT (type IN (pull_request)))
script: yarn run build:docs
deploy:
- provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
local-dir: website/build/TaroDocs
on:
branch: master
JavaScript
1
https://gitee.com/moyuk/taro.git
git@gitee.com:moyuk/taro.git
moyuk
taro
taro
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891