From 836764a6bb6db25c548713a80a167154f3a54327 Mon Sep 17 00:00:00 2001 From: Pavel Date: Wed, 19 Jun 2019 13:35:37 +0300 Subject: [PATCH] Travis CI Docs deployment --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index fc2f140..a9223bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file