You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by jr...@apache.org on 2021/12/16 05:16:32 UTC

[tvm-site] 01/02: Fix

This is an automated email from the ASF dual-hosted git repository.

jroesch pushed a commit to branch tvm-unity2
in repository https://gitbox.apache.org/repos/asf/tvm-site.git

commit 4ebe8780cc41fea4d062de5a65cad63232c23422
Author: Jared Roesch <ro...@gmail.com>
AuthorDate: Wed Dec 15 19:31:37 2021 -0800

    Fix
---
 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 76c5779..d7ff59e 100755
--- a/scripts/task_deploy_asf_site.sh
+++ b/scripts/task_deploy_asf_site.sh
@@ -4,7 +4,7 @@ set -e
 set -u
 
 echo "Start to generate and deploy site ..."
-jekyll b
+bundle exec jekyll b
 cp .gitignore .gitignore.bak
 cp .asf.yaml .asf.yaml.bak