mirror of
https://github.com/fabianonline/telegram_backup.git
synced 2024-11-22 08:46:15 +00:00
Modified .travis.yml to upload artifacts to gh-pages.
This commit is contained in:
parent
2324c6e0c4
commit
8ac5744405
10
.travis.yml
10
.travis.yml
@ -8,3 +8,13 @@ cache:
|
||||
directories:
|
||||
- $HOME/.gradle/caches/
|
||||
- $HOME/.gradle/wrapper/
|
||||
|
||||
deploy:
|
||||
provider: pages
|
||||
skip-cleanup: true
|
||||
github-token: $github_token
|
||||
keep-history: true
|
||||
on:
|
||||
branch: master
|
||||
local-dir: build/libs
|
||||
target-branch: gh-pages
|
||||
|
Loading…
Reference in New Issue
Block a user