Skip to content

Commit

Permalink
Update build script dependency, closes #289
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed May 30, 2022
1 parent 7884cdd commit db70d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Expand Up @@ -13,6 +13,6 @@ jobs:
python-version: 3.7
- run: |
pip install -U pip wheel
pip install mkdocs-material mkdocstrings .[all] protobuf==3.20.1
pip install mkdocs-material mkdocstrings mkdocstrings-python-legacy .[all] protobuf==3.20.1
- run: mkdocs gh-deploy --force

0 comments on commit db70d10

Please sign in to comment.