Skip to content
Snippets Groups Projects
Commit e762efc5 authored by zqwerty's avatar zqwerty Committed by zhuqi
Browse files

not deploy now

parent 7da87e09
No related branches found
No related tags found
No related merge requests found
...@@ -22,19 +22,19 @@ script: ...@@ -22,19 +22,19 @@ script:
# - cd .. # - cd ..
# - mv ./build/html ./build/docs && rm -r ./build/doctrees && mv LICENSE.txt ./build && mv README.md ./build && cd .. # - mv ./build/html ./build/docs && rm -r ./build/doctrees && mv LICENSE.txt ./build && mv README.md ./build && cd ..
deploy: #deploy:
- provider: pages # - provider: pages
skip-cleanup: true # skip-cleanup: true
github-token: $DEPLOY_KEY # github-token: $DEPLOY_KEY
keep-history: true # keep-history: true
repo: thu-coai/convlab2_docs # repo: thu-coai/convlab2_docs
target-branch: master # target-branch: master
local-dir: ./docs/build # local-dir: ./docs/build
on: # on:
branch: master # branch: master
- provider: script # - provider: script
skip-cleanup: true # skip-cleanup: true
script: coveralls # script: coveralls
on: # on:
all_branches: true # all_branches: true
condition: true # condition: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment