This is an automated email from the ASF dual-hosted git repository. tqchen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm-test.git
commit fdc54d249e1f5cb407cea27ce21aa3c111b4d312 Author: tqchen <[email protected]> AuthorDate: Mon Nov 25 21:40:46 2019 -0800 Update --- 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 7f9ce93..7cb749f 100755 --- a/scripts/task_deploy_asf_site.sh +++ b/scripts/task_deploy_asf_site.sh @@ -3,7 +3,7 @@ set -e set -u echo "Start to generate and deploy site ..." -jekyll b --safe +jekyll b cp .gitignore .gitignore.bak git checkout asf-site # remove all existing files
