Skip to content

Commit 765e317

Browse files
committed
Update ffi docs
1 parent c533f00 commit 765e317

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/publish_tvm_ffi_docs.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,39 +15,39 @@ jobs:
1515
submodules: recursive
1616
path: tvm-site
1717

18-
- name: Checkout tvm
18+
- name: Checkout tvm-ffi
1919
uses: actions/checkout@v4
2020
with:
21-
repository: apache/tvm
21+
repository: apache/tvm-ffi
2222
submodules: recursive
23-
path: tvm
23+
path: tvm-ffi
2424

2525
- name: Install doxygen
2626
run: |
2727
sudo apt install -y doxygen graphviz
2828
2929
- name: Install wheel and requirements
30-
working-directory: tvm/ffi
30+
working-directory: tvm-ffi
3131
run: |
3232
pip install .
3333
pip install -r docs/requirements.txt
3434
pip install linkify-it-py
3535
3636
- name: Build docs
37-
working-directory: tvm/ffi/docs
37+
working-directory: tvm-ffi/docs
3838
env:
3939
BUILD_CPP_DOCS: 1
4040
run: |
4141
make html
42-
python ../../../tvm-site/scripts/download_3rdparty_embeds.py -v --path=_build/html
42+
python ../../tvm-site/scripts/download_3rdparty_embeds.py -v --path=_build/html
4343
4444
- name: Deploy docs
4545
working-directory: tvm-site
4646
run: |
4747
git fetch
4848
git checkout -B asf-site origin/asf-site
4949
rm -rf ffi
50-
cp -r ../tvm/ffi/docs/_build/html ffi
50+
cp -r ../tvm-ffi/docs/_build/html ffi
5151
git config user.name tvm-bot
5252
git config user.email [email protected]
5353
git add -f ffi

0 commit comments

Comments
 (0)