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
The following commit(s) were added to refs/heads/joshfischer/site-build-mods by
this push:
new a3bc66a correct folder path
a3bc66a is described below
commit a3bc66a54c165bb7be7a332d921287d910050ccf
Author: Josh Fischer <[email protected]>
AuthorDate: Wed Dec 11 14:52:15 2019 -0600
correct folder path
---
website2/website/scripts/publish_site.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website2/website/scripts/publish_site.sh
b/website2/website/scripts/publish_site.sh
index 22b5bcb..db13b89 100755
--- a/website2/website/scripts/publish_site.sh
+++ b/website2/website/scripts/publish_site.sh
@@ -47,7 +47,7 @@ HERON_SITE_TMP=/tmp/heron-site
cp -r $WORK_DIR/* $HERON_SITE_TMP/content
# copy the asf.yaml
- cp $WORK_ROOT_DIR/.asf.yaml $HERON_SITE_TMP/
+ cp $ROOT_DIR/.asf.yaml $HERON_SITE_TMP/
# push all of the results to asf-site branch
git add -A .