You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
382 B
22 lines
382 B
5 years ago
|
language: node_js
|
||
|
sudo: true
|
||
|
dist: trusty
|
||
|
node_js:
|
||
|
- 10
|
||
|
branches:
|
||
|
except:
|
||
|
- /^v[0-9]/
|
||
|
install:
|
||
|
- yarn bootstrap
|
||
|
script:
|
||
|
- yarn dist
|
||
|
cache:
|
||
|
directories:
|
||
|
- '$HOME/.yarn-cache'
|
||
|
deploy:
|
||
|
provider: pages
|
||
|
skip-cleanup: true
|
||
|
github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
|
||
|
keep-history: true
|
||
|
on:
|
||
|
branch: master
|