mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-01-12 22:51:50 +08:00
Don't fail out rake docs:install when Appledoc exits with warning exitstatus
This commit is contained in:
2
Rakefile
2
Rakefile
@@ -100,7 +100,7 @@ namespace :docs do
|
||||
desc "Generate & install a docset into Xcode from the current sources"
|
||||
task :install do
|
||||
command = apple_doc_command << " --install-docset Code/"
|
||||
run(command)
|
||||
run(command, 1)
|
||||
end
|
||||
|
||||
desc "Build and upload the documentation set to the remote server"
|
||||
|
||||
Reference in New Issue
Block a user