Skip to content

Commit 4281301

Browse files
committed
Generate doc from proto files in workflow file
1 parent 1bcf7fc commit 4281301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-from-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: Generate Protocol Buffer documentation
9090
run: |
9191
cd docs/source
92-
python generate_protobuf_docs.py
92+
python generate_protobuf_docs.py --config proto_docs_config.json
9393
9494
- name: Create Read the Docs Python examples
9595
run: |

0 commit comments

Comments
 (0)