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 432
432
linkchecker doc/v2/cn/html/index.html
433
433
linkchecker doc/v2/api/en/html/index.html
434
434
435
- # if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then exit 0; fi;
436
- #
437
- # # Deploy to the the content server if its a "develop" or "release/version" branch
438
- # # The "develop_doc" branch is reserved to test full deploy process without impacting the real content.
439
- # if [ "$TRAVIS_BRANCH" == "develop_doc" ]; then
440
- # PPO_SCRIPT_BRANCH=develop
441
- # elif [[ "$TRAVIS_BRANCH" == "develop" || "$TRAVIS_BRANCH" =~ ^v|release/[[:digit:]]+\.[[:digit:]]+(\.[[:digit:]]+)?(-\S*)?$ ]]; then
442
- # PPO_SCRIPT_BRANCH=master
443
- # else
444
- # # Early exit, this branch doesn't require documentation build
445
- # return 0;
446
- # fi
447
- # # Fetch the paddlepaddle.org deploy_docs.sh from the appopriate branch
448
- # export DEPLOY_DOCS_SH=https://raw.githubusercontent.com/PaddlePaddle/PaddlePaddle.org/$PPO_SCRIPT_BRANCH/scripts/deploy/deploy_docs.sh
449
- # export PYTHONPATH=$PYTHONPATH:${PADDLE_ROOT}/build/python:/paddle/build/python
450
- # cd ..
451
- # curl $DEPLOY_DOCS_SH | bash -s $CONTENT_DEC_PASSWD $TRAVIS_BRANCH ${PADDLE_ROOT} ${PADDLE_ROOT}/build/doc/ ${PPO_SCRIPT_BRANCH}
452
- # cd -
453
435
}
454
436
455
437
function gen_doc_lib() {
You can’t perform that action at this time.
0 commit comments