Skip to content
This repository has been archived by the owner on Sep 19, 2018. It is now read-only.

Commit

Permalink
Merge pull request #219 from bignerdranch/mattmatt/updates-publish-docs
Browse files Browse the repository at this point in the history
Updates script to produce documentation
  • Loading branch information
mdmathias committed Sep 17, 2016
2 parents c2780e5 + d94ae6a commit d922c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/scripts/publish_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
echo -e "Generating Jazzy output \n"
jazzy --swift-version 2.2 -m Freddy -g "https://github.com/bignerdranch/Freddy" -a "Big Nerd Ranch" -u "https://github.com/bignerdranch" --module-version=2.1.0 -r "http://bignerdranch.github.io/Freddy/"
jazzy --swift-version 3.0 -m Freddy -g "https://github.com/bignerdranch/Freddy" -a "Big Nerd Ranch" -u "https://github.com/bignerdranch" --module-version=3.0.0 -r "http://bignerdranch.github.io/Freddy/"

echo -e "Moving into docs directory \n"
pushd docs
Expand Down

0 comments on commit d922c0b

Please sign in to comment.