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