Skip to content

Commit 9eb8cd4

Browse files
committed
Merge pull request googleapis#645 from dhermes/fix-new-docs-on-tag
Making sure new docs get built on tags.
2 parents 8e68a20 + 706768b commit 9eb8cd4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/merge.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ if [[ "${TRAVIS_BRANCH}" == "master" ]] && \
2323
[[ "${TRAVIS_PULL_REQUEST}" == "false" ]]; then
2424
scripts/update_docs.sh
2525
scripts/update_wheels_project.sh
26+
elif [[ -n "${TRAVIS_TAG}" ]]; then
27+
echo "Building new docs on a tag."
28+
scripts/update_docs.sh
2629
else
2730
echo "Not in master on a non-pull request. Doing nothing."
2831
fi

0 commit comments

Comments
 (0)