Skip to content

Commit

Permalink
[build] call bazel directly for ruby docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Oct 20, 2021
1 parent f9ddb15 commit 6e0d581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_api_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tox -c py/tox.ini -e docs || exit
cd rb
bundle install || exit
cd ..
./go //rb:docs || exit
bazel run //rb:docs || exit

git checkout rb/Gemfile.lock

Expand Down

0 comments on commit 6e0d581

Please sign in to comment.