Travis CI Docs deployment
This commit is contained in:
parent
87f065a5f8
commit
836764a6bb
1 changed files with 9 additions and 0 deletions
|
@ -13,3 +13,12 @@ before_script:
|
|||
- composer install $flags
|
||||
|
||||
script: make travis
|
||||
|
||||
deploy:
|
||||
provider: pages
|
||||
skip_cleanup: true
|
||||
github_token: $GITHUB_TOKEN
|
||||
local_dir: mg-bot-api-client-php.pages
|
||||
keep_history: true
|
||||
on:
|
||||
branch: master
|
Loading…
Add table
Reference in a new issue