From 029a196f38e7c6888b8e70ac8d98e8f61db3727c Mon Sep 17 00:00:00 2001 From: Ibby Hadeed Date: Tue, 28 Mar 2017 20:27:35 -0400 Subject: [PATCH] test doc update --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index bcd762651..7fda826e5 100644 --- a/circle.yml +++ b/circle.yml @@ -33,7 +33,7 @@ jobs: - deploy: name: Update docs command: | - if [ "${CIRCLE_BRANCH}" == "master" ]; then + if [ "${CIRCLE_BRANCH}" == "cci2" ]; then ./scripts/docs/update_docs.sh else echo "We are on ${CIRCLE_BRANCH} branch, not going to update docs."