mirror of
https://github.com/seigler/awesome-dash-platform
synced 2025-07-26 22:26:10 +00:00
Update .travis.yml
This commit is contained in:
parent
3c762d8aa3
commit
c6a911aa25
1 changed files with 9 additions and 1 deletions
|
@ -9,3 +9,11 @@ install:
|
||||||
|
|
||||||
script:
|
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