Skip to content

Commit c533f00

Browse files
committed
update docs
1 parent f6973c9 commit c533f00

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish_tvm_ffi_docs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
submodules: recursive
2323
path: tvm
2424

25+
- name: Install doxygen
26+
run: |
27+
sudo apt install -y doxygen graphviz
28+
2529
- name: Install wheel and requirements
2630
working-directory: tvm/ffi
2731
run: |
@@ -31,6 +35,8 @@ jobs:
3135
3236
- name: Build docs
3337
working-directory: tvm/ffi/docs
38+
env:
39+
BUILD_CPP_DOCS: 1
3440
run: |
3541
make html
3642
python ../../../tvm-site/scripts/download_3rdparty_embeds.py -v --path=_build/html

0 commit comments

Comments
 (0)