We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d3319 commit c6bd096Copy full SHA for c6bd096
1 file changed
Rakefile
@@ -1219,7 +1219,7 @@ def update_gh_pages
1219
return restore_git(origin_reference) unless response == 'y' || response == 'yes'
1220
1221
puts "Committing changes"
1222
- commit!('updating all API docs', 'docs/api/')
+ commit!('updating all API docs', ['docs/api/'])
1223
1224
puts "Pushing changes to upstream repository"
1225
@git.push
0 commit comments