Skip to content

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test_utils/scripts/update_docs.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ function build_docs {
3232
if [[ "${CIRCLE_BRANCH}" == "master" ]] && [[ -z "${CIRCLE_PR_NUMBER}" ]]; then
3333
echo "Building new docs on a merged commit."
3434
elif [[ -n "${CIRCLE_TAG}" ]]; then
35-
echo "Building new docs on a tag."
35+
echo "Building new docs on a tag (but will not deploy)."
36+
build_docs
37+
exit $?
3638
else
3739
echo "Not on master nor a release tag."
3840
echo "Building new docs for testing purposes, but not deploying."

0 commit comments

Comments
 (0)