aboutsummaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2021-03-01 13:01:25 +0100
committerKristian Evers <kristianevers@gmail.com>2021-03-01 13:01:25 +0100
commitb6c588ee754f4a7e99809145315240862e5cb45e (patch)
treebb60d588378fd25cbd0b02cd4b00937a4919d819 /travis
parent12e7a4395784d2dfb45cc0b719d37cd7e534fe91 (diff)
downloadPROJ-b6c588ee754f4a7e99809145315240862e5cb45e.tar.gz
PROJ-b6c588ee754f4a7e99809145315240862e5cb45e.zip
Update web docs for 8.0.0 release
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/after_success.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/after_success.sh b/travis/after_success.sh
index abe11d91..d45c9b6f 100755
--- a/travis/after_success.sh
+++ b/travis/after_success.sh
@@ -5,7 +5,7 @@ set -e
echo "$TRAVIS_SECURE_ENV_VARS"
./travis/build_docs.sh
# Only build and publish docs when changes are made on most recent maintenance branch
-if test "$TRAVIS_SECURE_ENV_VARS" = "true" -a "$TRAVIS_BRANCH" = "7.2"; then
+if test "$TRAVIS_SECURE_ENV_VARS" = "true" -a "$TRAVIS_BRANCH" = "8.0"; then
echo "publish website";
./travis/add_deploy_key.sh;
./travis/deploy_website.sh $TRAVIS_BUILD_DIR/docs/build /tmp;