From d94ae6ac5dcf0731d65d6ed12abcbf08e19ec03e Mon Sep 17 00:00:00 2001 From: Matthew Mathias Date: Sat, 17 Sep 2016 11:37:37 -0400 Subject: [PATCH] Updates script to produce documentation --- Resources/scripts/publish_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/scripts/publish_docs.sh b/Resources/scripts/publish_docs.sh index 5fafb187..e2b8ff98 100755 --- a/Resources/scripts/publish_docs.sh +++ b/Resources/scripts/publish_docs.sh @@ -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