mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
fix rake doc:upload
This commit is contained in:
parent
260ecf9c3a
commit
b944cc9b12
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user