Skip to content

Commit

Permalink
[rb] Fix document generation
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Mar 27, 2024
1 parent 4fec60d commit 96cf53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ namespace :rb do
FileUtils.rm_rf('build/docs/api/rb/')
Bazel.execute('run', [], '//rb:docs')
FileUtils.mkdir_p('build/docs/api')
FileUtils.cp_r('bazel-bin/rb/docs.rb.sh.runfiles/selenium/docs/api/rb/.', 'build/docs/api/rb')
FileUtils.cp_r('bazel-bin/rb/docs.sh.runfiles/selenium/docs/api/rb/.', 'build/docs/api/rb')

unless arguments[:skip_update]
puts "Updating Ruby documentation"
Expand Down

0 comments on commit 96cf53a

Please sign in to comment.