Skip to content

Commit

Permalink
[docs] Make sure that we Bundle install for the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Mar 2, 2021
1 parent be89c10 commit 3d8f879
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions generate_api_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
./go //py:setup //py:init //py:docs || exit

# Ruby
cd rb
bundle install || exit
cd ..
./go //rb:docs || exit

git checkout rb/Gemfile.lock
Expand Down

0 comments on commit 3d8f879

Please sign in to comment.