This is an automated email from the ASF dual-hosted git repository.
junrushao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm-site.git
The following commit(s) were added to refs/heads/main by this push:
new 81a8c2e94e fix `download_3rdparty_embeds.py` path
81a8c2e94e is described below
commit 81a8c2e94ea1e32d5bfb5c1335cd5a8565e66f46
Author: Junru Shao <[email protected]>
AuthorDate: Mon Oct 27 07:18:15 2025 -0700
fix `download_3rdparty_embeds.py` path
---
.github/workflows/publish_tvm_ffi_docs.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/publish_tvm_ffi_docs.yml
b/.github/workflows/publish_tvm_ffi_docs.yml
index 3fa9fdc6ae..18d3bef3c0 100644
--- a/.github/workflows/publish_tvm_ffi_docs.yml
+++ b/.github/workflows/publish_tvm_ffi_docs.yml
@@ -37,7 +37,7 @@ jobs:
BUILD_RUST_DOCS: 1
run: |
uv run --group docs sphinx-build -M html docs docs/_build
- uv run --with requests python
../tvm-site/scripts/download_3rdparty_embeds.py -v --path=_build/html
+ uv run --with requests python
../tvm-site/scripts/download_3rdparty_embeds.py -v --path=docs/_build/html
- name: Deploy docs
working-directory: tvm-site/