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