We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd0af9 commit 59837ffCopy full SHA for 59837ff
.travis.yml
@@ -31,7 +31,7 @@ script:
31
if [[ "$JOB" != "doc" ]]; then exit 0; fi;
32
# For document only
33
if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then exit 0; fi;
34
- if [[ "$TRAVIS_BRANCH" != "develop" && ! "$TRAVIS_BRANCH" =~ ^v[[:digit:]]+\.[[:digit:]]+(\.[[:digit:]]+)?(-\S*)?$ ]]; then exit 0; fi;
+ if [[ "$TRAVIS_BRANCH" != "develop" && ! "$TRAVIS_BRANCH" =~ ^v|release/[[:digit:]]+\.[[:digit:]]+(\.[[:digit:]]+)?(-\S*)?$ ]]; then exit 0; fi;
35
export DEPLOY_DOCS_SH=https://raw.githubusercontent.com/PaddlePaddle/PaddlePaddle.org/master/scripts/deploy/deploy_docs.sh
36
export DOCS_DIR=`pwd`
37
cd ..
0 commit comments