design-patterns-for-humans-zh/.travis.yml

19 lines
291 B
YAML
Raw Normal View History

2021-05-21 15:50:56 +00:00
language: node_js
node_js:
- lts/*
branches:
only:
- master
install:
- cd vuepress
- yarn install
script:
- yarn build
deploy:
provider: pages
skip_cleanup: true
local_dir: docs/.vuepress/dist
github_token: $CI_DEPLOY_TOKEN
keep_history: true
on:
branch: master