parent
cfd6bbe233
commit
e5a2e455d1
@ -0,0 +1,22 @@ |
||||
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 |
Loading…
Reference in new issue