Skip to content

Commit a079f8c

Browse files
fix doc CI script
1 parent 764f82a commit a079f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)