File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 484
484
linkchecker doc/v2/cn/html/index.html
485
485
linkchecker doc/v2/api/en/html/index.html
486
486
487
- # if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then exit 0; fi;
488
- #
489
- # # Deploy to the the content server if its a "develop" or "release/version" branch
490
- # # The "develop_doc" branch is reserved to test full deploy process without impacting the real content.
491
- # if [ "$TRAVIS_BRANCH" == "develop_doc" ]; then
492
- # PPO_SCRIPT_BRANCH=develop
493
- # elif [[ "$TRAVIS_BRANCH" == "develop" || "$TRAVIS_BRANCH" =~ ^v|release/[[:digit:]]+\.[[:digit:]]+(\.[[:digit:]]+)?(-\S*)?$ ]]; then
494
- # PPO_SCRIPT_BRANCH=master
495
- # else
496
- # # Early exit, this branch doesn't require documentation build
497
- # return 0;
498
- # fi
499
- # # Fetch the paddlepaddle.org deploy_docs.sh from the appopriate branch
500
- # export DEPLOY_DOCS_SH=https://raw.githubusercontent.com/PaddlePaddle/PaddlePaddle.org/$PPO_SCRIPT_BRANCH/scripts/deploy/deploy_docs.sh
501
- # export PYTHONPATH=$PYTHONPATH:${PADDLE_ROOT}/build/python:/paddle/build/python
502
- # cd ..
503
- # curl $DEPLOY_DOCS_SH | bash -s $CONTENT_DEC_PASSWD $TRAVIS_BRANCH ${PADDLE_ROOT} ${PADDLE_ROOT}/build/doc/ ${PPO_SCRIPT_BRANCH}
504
- # cd -
505
487
}
506
488
507
489
function gen_doc_lib() {
You can’t perform that action at this time.
0 commit comments