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

19 lines
296 B
YAML
Raw Normal View History

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