This is an automated email from the ASF dual-hosted git repository.
tqchen 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 873fea7c3e Remove less active links
873fea7c3e is described below
commit 873fea7c3e76516a2bf6c7a01cb169c12472607e
Author: tqchen <[email protected]>
AuthorDate: Mon Sep 1 17:37:47 2025 -0400
Remove less active links
---
scripts/task_deploy_asf_site.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/task_deploy_asf_site.sh b/scripts/task_deploy_asf_site.sh
index 1a71eae82d..3d7ddce33b 100755
--- a/scripts/task_deploy_asf_site.sh
+++ b/scripts/task_deploy_asf_site.sh
@@ -14,7 +14,7 @@ git fetch
git checkout -B asf-site origin/asf-site
# remove all existing files, excluding the docs and ffi
-git ls-files | grep -v -e ^docs -e ^ffi | xargs rm -f
+git ls-files | grep -v -e ^docs -e ^ffi | xargs rm -rf
cp .gitignore.bak .gitignore
cp .asf.yaml.bak .asf.yaml