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 44ab4a8 commit 7785897Copy full SHA for 7785897
Rakefile
@@ -746,7 +746,7 @@ namespace :rb do
746
FileUtils.rm_rf('build/docs/api/rb/')
747
Bazel.execute('run', [], '//rb:docs')
748
FileUtils.mkdir_p('build/docs/api')
749
- FileUtils.cp_r('bazel-bin/rb/docs.sh.runfiles/selenium/docs/api/rb/.', 'build/docs/api/rb')
+ FileUtils.cp_r('bazel-bin/rb/docs.sh.runfiles/_main/docs/api/rb/.', 'build/docs/api/rb')
750
751
unless arguments[:skip_update]
752
puts "Updating Ruby documentation"
0 commit comments