fix rake doc:upload

This commit is contained in:
Noam Postavsky 2013-12-10 23:02:53 -05:00
parent 260ecf9c3a
commit b944cc9b12

View File

@ -79,7 +79,7 @@ namespace :doc do
end end
Dir.chdir 'doc/gh-pages' do Dir.chdir 'doc/gh-pages' do
sh "git commit -a -m 'Automatic documentation update.\n\n" + sh "git commit -a -m 'Automatic documentation update.\n\n" +
"From #{rev.chomp()}'" "From #{curRev.chomp()}'"
sh "git push" sh "git push"
end end
end end