Skip to content

Commit 764f82a

Browse files
build api ref in CI
1 parent 6133528 commit 764f82a

19 files changed

+3
-8436
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
- uses: actions/setup-python@v5
1616
with:
1717
python-version: 3.x
18+
- name: buid api doc
19+
run: |
20+
python gen_doc.py src/api.json doc/mkdocs
1821
- name: build site
1922
run: |
2023
pip install mkdocs

doc/mkdocs/docs/api/Application.md

-10
This file was deleted.

0 commit comments

Comments
 (0)