We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 764f82a commit a079f8cCopy full SHA for a079f8c
.github/workflows/build-doc-site.yml
@@ -17,7 +17,7 @@ jobs:
17
python-version: 3.x
18
- name: buid api doc
19
run: |
20
- python gen_doc.py src/api.json doc/mkdocs
+ python scripts/gen_doc.py src/api.json doc/mkdocs
21
- name: build site
22
23
pip install mkdocs
0 commit comments