changes on circleci to .circleci/config.yml,
This commit is contained in:
parent
a03f1b040a
commit
ab9470d141
1 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,9 @@ jobs:
|
||||||
- run: git config --global user.name "Circle CI Build"
|
- run: git config --global user.name "Circle CI Build"
|
||||||
- run: sh ./scripts/publish.sh
|
- run: sh ./scripts/publish.sh
|
||||||
- run: |
|
- run: |
|
||||||
[ "$CIRCLE_BRANCH" = "master" ] && git push origin gh-pages
|
if [ "$CIRCLE_BRANCH" = "master" ]; then
|
||||||
|
git push origin gh-pages
|
||||||
|
fi
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
workflow:
|
workflow:
|
||||||
|
|
Loading…
Reference in a new issue