Skip to content

Commit

Permalink
fix doc CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfouilleul committed May 29, 2024
1 parent 9d122dc commit 09e1556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-doc-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: 3.x
- name: buid api doc
run: |
pip install clang
pip install libclang
python scripts/gen_doc.py src/api.json doc/mkdocs
- name: build site
run: |
Expand Down

0 comments on commit 09e1556

Please sign in to comment.