Skip to content

Commit

Permalink
Update documentation generator
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciosantos committed Dec 9, 2016
1 parent 5c2a336 commit 96d67dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
if [ "$DEPLOY" == "YES" ] && [ "$TRAVIS_REPO_SLUG" == "mauriciosantos/Buckets-Swift" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
set -e
echo -e "Installing Jazzy...\n"
gem uninstall json
gem cleanup json
gem install jazzy
echo -e "Generating docs...\n"
jazzy
Expand Down

0 comments on commit 96d67dd

Please sign in to comment.