mirror of
https://github.com/seigler/awesome-dash-platform
synced 2025-07-26 06:06:09 +00:00
Update .travis.yml
This commit is contained in:
parent
3c762d8aa3
commit
c6a911aa25
1 changed files with 9 additions and 1 deletions
10
.travis.yml
10
.travis.yml
|
@ -8,4 +8,12 @@ install:
|
|||
- npm install
|
||||
|
||||
script:
|
||||
- make build
|
||||
- make build
|
||||
|
||||
deploy:
|
||||
provider: pages
|
||||
skip_cleanup: true
|
||||
local_dir: public/
|
||||
github_token: $GITHUB_TOKEN
|
||||
on:
|
||||
branch: master
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue