From e762efc5ec7733e43b247a74ee2336df5b595c09 Mon Sep 17 00:00:00 2001 From: zqwerty <zhuq96@hotmail.com> Date: Mon, 4 May 2020 15:44:53 +0800 Subject: [PATCH] not deploy now --- .travis.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index 79b27db..98fe735 100755 --- a/.travis.yml +++ b/.travis.yml @@ -22,19 +22,19 @@ script: # - cd .. # - mv ./build/html ./build/docs && rm -r ./build/doctrees && mv LICENSE.txt ./build && mv README.md ./build && cd .. -deploy: - - provider: pages - skip-cleanup: true - github-token: $DEPLOY_KEY - keep-history: true - repo: thu-coai/convlab2_docs - target-branch: master - local-dir: ./docs/build - on: - branch: master - - provider: script - skip-cleanup: true - script: coveralls - on: - all_branches: true - condition: true +#deploy: +# - provider: pages +# skip-cleanup: true +# github-token: $DEPLOY_KEY +# keep-history: true +# repo: thu-coai/convlab2_docs +# target-branch: master +# local-dir: ./docs/build +# on: +# branch: master +# - provider: script +# skip-cleanup: true +# script: coveralls +# on: +# all_branches: true +# condition: true -- GitLab