Skip to content

Commit 9d122dc

Browse files
fix doc CI script
1 parent a079f8c commit 9d122dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-doc-site.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
python-version: 3.x
1818
- name: buid api doc
1919
run: |
20+
pip install clang
2021
python scripts/gen_doc.py src/api.json doc/mkdocs
2122
- name: build site
2223
run: |

0 commit comments

Comments
 (0)