mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-02-04 06:32:24 +00:00
fix rake doc:upload
This commit is contained in:
2
Rakefile
2
Rakefile
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user