test doc update

This commit is contained in:
Ibby Hadeed 2017-03-28 20:30:41 -04:00
parent ebd272e30a
commit 723ac779df

View File

@ -30,10 +30,11 @@ jobs:
- run: - run:
name: Run tslint name: Run tslint
command: npm run lint command: npm run lint
- add_ssh_keys
- deploy: - deploy:
name: Update docs name: Update docs
command: | command: |
if [ "${CIRCLE_BRANCH}" == "master" ]; then if [ "${CIRCLE_BRANCH}" == "cci2" ]; then
./scripts/docs/update_docs.sh ./scripts/docs/update_docs.sh
else 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."