Skip to content

Commit

Permalink
push also develop build
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Apr 15, 2019
1 parent eb3b8fb commit 9e8375b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: #update build doc and readme
name: update api
command: |
if [ "${CIRCLE_BRANCH}" == "master" ] ; then
if [ "${CIRCLE_BRANCH}" == "master" ] || [ "${CIRCLE_BRANCH}" == "develop" ]; then
git clone git@github.com:lineupjs/lineupjs.github.io.git
cd lineupjs.github.io
rm -rf "${CIRCLE_BRANCH}/"
Expand Down

0 comments on commit 9e8375b

Please sign in to comment.