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