Skip to content

Commit a8de400

Browse files
authored
Delete unnecessary explanations
1 parent 437debf commit a8de400

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

paddle/scripts/paddle_build.sh

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -432,24 +432,6 @@ EOF
432432
linkchecker doc/v2/cn/html/index.html
433433
linkchecker doc/v2/api/en/html/index.html
434434

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 -
453435
}
454436

455437
function gen_doc_lib() {

0 commit comments

Comments
 (0)