Skip to content

Commit

Permalink
Make generating the docs more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Jun 25, 2018
1 parent 2f0d292 commit 07a1874
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion generate_api_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
./go javadocs || exit

# Python
./go py_docs || exit
./go //py:setup //py:init py_docs || exit

# Ruby
./go //rb:docs || exit

git checkout rb/Gemfile.lock

# switch to gh-pages and copy the files
git checkout gh-pages || exit
rm -rf docs/api/java docs/api/py docs/api/rb
Expand Down

0 comments on commit 07a1874

Please sign in to comment.