Skip to content

Commit

Permalink
[release/1.4.0] Fix rake generate_docs task
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Piñera committed Nov 17, 2017
1 parent e971dc9 commit 3c3a7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ XCODEGEN_VERSION = "1.3.0"
def generate_docs
print "Executing tests"
sh "swift package generate-xcodeproj"
sh "jazzy --clean --sdk macosx --xcodebuild-arguments -project,xcproj.xcodeproj,-scheme,xcproj-Package --skip-undocumented --no-download-badge"
sh "jazzy --clean --sdk macosx --xcodebuild-arguments -project,xcproj.xcodeproj,-scheme,xcproj-Package --skip-undocumented"
end

def any_git_changes?
Expand Down

0 comments on commit 3c3a7eb

Please sign in to comment.