Skip to content

Commit

Permalink
Build protobuf documentation reference during docs release action (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
geel9 committed May 4, 2022
1 parent 426eecb commit 9bc4f43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- run: |
pip install -r ./docs/requirements.txt
pip install -r ./python/requirements.txt
pip install -r ./devops/requirements.txt
pip install git+https://${{ secrets.MKDOCS_INSIDERS_TOKEN }}@github.com/squidfunk/mkdocs-material-insiders.git
- run: python ./devops/generate_proto_files.py --language docs # Generate protobuf documentation files
- run: mkdocs gh-deploy --remote-branch gh-pages --site-dir ./docs-html --force

0 comments on commit 9bc4f43

Please sign in to comment.