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 7c4e548e82c4f8f1fac822ecafb9ac24bf1a34aa Author: tqchen <[email protected]> AuthorDate: Mon Nov 25 21:26:27 2019 -0800 Deployment script ready --- README.md | 5 +++-- scripts/task_deploy_asf_site.sh | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1bbf3b2..226efab 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ ./serve_local.sh ``` -## AutoBuild Branch +## Deployment -The ```asf-site``` branch is built automatically do not modify manually. +We use the script [scripts/deploy_to_asf_site.sh](scripts/deploy_to_asf_site.sh) +to generate and deploy content to the asf-site branch. diff --git a/scripts/task_deploy_asf_site.sh b/scripts/task_deploy_asf_site.sh index f1afc08..7f9ce93 100755 --- a/scripts/task_deploy_asf_site.sh +++ b/scripts/task_deploy_asf_site.sh @@ -12,7 +12,7 @@ git ls-files | xargs rm -f cp .gitignore.bak .gitignore cp -rf _site/* . DATE=`date` -git add --all && git commit -am "nigthly build at ${DATE}" +git add --all && git commit -am "Build at ${DATE}" git push origin asf-site git checkout master -echo "Finish deployment..." +echo "Finish deployment at ${DATE}"
