Skip to content

Commit 3fbfcd9

Browse files
authored
Merge pull request #13412 from PaddlePaddle/fix-develop-build.sh
Delete unnecessary explanations
2 parents f15def6 + a8de400 commit 3fbfcd9

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
@@ -484,24 +484,6 @@ EOF
484484
linkchecker doc/v2/cn/html/index.html
485485
linkchecker doc/v2/api/en/html/index.html
486486

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 -
505487
}
506488

507489
function gen_doc_lib() {

0 commit comments

Comments
 (0)