Skip to content

Commit

Permalink
chore: set up auto deploy of the JS API site
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Jul 4, 2018
1 parent 9263ef6 commit 4466904
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ else
bolt build
bolt lint
bolt ws test
echo "$NODE_INSTALLER-$TRAVIS_SECURE_ENV_VARS-$TRAVIS_BRANCH"
if [[ "$NODE_INSTALLER-$TRAVIS_SECURE_ENV_VARS-$TRAVIS_BRANCH" = "yarn-true-master" ]]; then
bolt docs:deploy
fi
fi

0 comments on commit 4466904

Please sign in to comment.