changes on circleci to .circleci/config.yml,

This commit is contained in:
Alex Collins 2019-10-31 10:55:56 -07:00
parent a03f1b040a
commit ab9470d141

View file

@ -17,7 +17,9 @@ jobs:
- run: git config --global user.name "Circle CI Build"
- run: sh ./scripts/publish.sh
- run: |
[ "$CIRCLE_BRANCH" = "master" ] && git push origin gh-pages
if [ "$CIRCLE_BRANCH" = "master" ]; then
git push origin gh-pages
fi
workflows:
version: 2
workflow: