Fix rake task to generate docs

`--ignore-removal` is no longer an option to `git add`.
This commit is contained in:
Elliot Winkler 2014-09-03 00:44:06 -06:00
parent eb4d9e5cb2
commit 2a4b9f1e16
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ namespace :docs do
rewrite_index_to_inject_version(ref, version)
within_gh_pages do
sh "git add --ignore-removal #{ref}"
sh "git add #{ref}"
end
if options[:latest_version]