mirror of
https://github.com/DIYgod/DPlayer
synced 2024-11-21 17:39:55 +00:00
14 lines
318 B
YAML
14 lines
318 B
YAML
language: node_js
|
|
node_js:
|
|
- lts/*
|
|
script:
|
|
- npm run build
|
|
- npm run docs:build
|
|
deploy:
|
|
provider: pages
|
|
skip-cleanup: true
|
|
local_dir: docs/.vuepress/dist
|
|
github-token: $GITHUB_TOKEN # a token generated on github allowing travis to push code on you repository
|
|
keep-history: true
|
|
on:
|
|
branch: master |