design-patterns-for-humans-zh/.travis.yml
Lolipop 9a4c3ed995 Fix .travis.yml
use absolute path
2021-05-22 00:53:21 +08:00

19 lines
296 B
YAML

language: node_js
node_js:
- lts/*
branches:
only:
- main
install:
- cd vuepress
- yarn install
script:
- yarn build
deploy:
provider: pages
skip_cleanup: true
local_dir: vuepress/docs/.vuepress/dist
github_token: $CI_DEPLOY_TOKEN
keep_history: true
on:
branch: main