This is an automated email from the ASF dual-hosted git repository. joshfischer pushed a commit to branch joshfischer/site-build-mods in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
commit 88bda3d1a50c91b3fdf61fab6491456e2f63b5f6 Author: Josh Fischer <[email protected]> AuthorDate: Wed Dec 11 14:37:49 2019 -0600 moving .asf.yaml on each site build --- website2/website/scripts/publish_site.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website2/website/scripts/publish_site.sh b/website2/website/scripts/publish_site.sh index b3bb8ea..22b5bcb 100755 --- a/website2/website/scripts/publish_site.sh +++ b/website2/website/scripts/publish_site.sh @@ -46,6 +46,9 @@ HERON_SITE_TMP=/tmp/heron-site # copy the generated dir cp -r $WORK_DIR/* $HERON_SITE_TMP/content + # copy the asf.yaml + cp $WORK_ROOT_DIR/.asf.yaml $HERON_SITE_TMP/ + # push all of the results to asf-site branch git add -A . git diff-index --quiet HEAD || (git commit -m "git-site-role commit from $ME" && git push -q origin HEAD:asf-site)
