Added support for Travis deploying to GitHub Pages
This commit is contained in:
parent
106508f81f
commit
c45c895c62
1 changed files with 8 additions and 0 deletions
|
@ -29,3 +29,11 @@ before_install:
|
|||
|
||||
script:
|
||||
- make
|
||||
|
||||
deploy:
|
||||
provider: pages
|
||||
skip-cleanup: true
|
||||
github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure
|
||||
keep-history: true
|
||||
on:
|
||||
branch: master
|
||||
|
|
Loading…
Add table
Reference in a new issue