mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 02:06:13 +00:00
Update travis config to deploy to gh-pages
This commit is contained in:
parent
deaa367a1d
commit
d0d037ac67
1 changed files with 8 additions and 0 deletions
|
@ -13,3 +13,11 @@ before_install:
|
|||
- gem install bundler
|
||||
|
||||
script: make travis
|
||||
|
||||
deploy:
|
||||
provider: pages
|
||||
skip-cleanup: true
|
||||
github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure
|
||||
keep-history: true
|
||||
on:
|
||||
branch: gh-pages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue