Travis CI Docs deployment
This commit is contained in:
parent
87f065a5f8
commit
836764a6bb
@ -13,3 +13,12 @@ before_script:
|
|||||||
- composer install $flags
|
- composer install $flags
|
||||||
|
|
||||||
script: make travis
|
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…
x
Reference in New Issue
Block a user