Skip to content

Commit 6e0d581

Browse files
[build] call bazel directly for ruby docs
1 parent f9ddb15 commit 6e0d581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate_api_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tox -c py/tox.ini -e docs || exit
88
cd rb
99
bundle install || exit
1010
cd ..
11-
./go //rb:docs || exit
11+
bazel run //rb:docs || exit
1212

1313
git checkout rb/Gemfile.lock
1414

0 commit comments

Comments
 (0)