Skip to content

Commit

Permalink
[build] Fixing API docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Feb 20, 2024
1 parent b1d3319 commit c6bd096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -1219,7 +1219,7 @@ def update_gh_pages
return restore_git(origin_reference) unless response == 'y' || response == 'yes'

puts "Committing changes"
commit!('updating all API docs', 'docs/api/')
commit!('updating all API docs', ['docs/api/'])

puts "Pushing changes to upstream repository"
@git.push
Expand Down

0 comments on commit c6bd096

Please sign in to comment.