Skip to content

Commit 4704461

Browse files
committed
replace personal alias with full commands in update_doc.rake
1 parent cf2ca8c commit 4704461

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks/update_doc.rake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ namespace :yard do
1919
puts "Generating commit: #{message}"
2020

2121
Dir.chdir "#{root}/yardoc" do
22-
cmd.call "git ac -m '#{message}'"
22+
cmd.call "git add -A"
23+
cmd.call "git commit -m '#{message}'"
2324
cmd.call 'git push origin gh-pages'
2425
end
2526

0 commit comments

Comments
 (0)