From d6711080e39ba599266f6b4a9c8f40396d8feef2 Mon Sep 17 00:00:00 2001 From: Ibby Hadeed Date: Tue, 28 Mar 2017 20:22:34 -0400 Subject: [PATCH] update docs on master only --- circle.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/circle.yml b/circle.yml index e568b213e..bcd762651 100644 --- a/circle.yml +++ b/circle.yml @@ -33,9 +33,8 @@ jobs: - deploy: name: Update docs command: | - if [ "${CIRCLE_BRANCH}" == "cci2" ]; then - # update docs since we're on master + if [ "${CIRCLE_BRANCH}" == "master" ]; then ./scripts/docs/update_docs.sh else - echo "We are on ${CIRCLE_BRANCH} branch, not going to update docs" + echo "We are on ${CIRCLE_BRANCH} branch, not going to update docs." fi