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

joshfischer pushed a commit to branch joshfischer/site-tweaks
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/joshfischer/site-tweaks by 
this push:
     new 7fa235f  remove htaccess file
7fa235f is described below

commit 7fa235f1ef729bdd1afa87f2b106fdcb47be359f
Author: Josh Fischer <j...@joshfischer.io>
AuthorDate: Sat Dec 7 22:29:45 2019 -0600

    remove htaccess file
---
 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 1c203a8..286d78a 100755
--- a/website2/website/scripts/publish_site.sh
+++ b/website2/website/scripts/publish_site.sh
@@ -45,7 +45,7 @@ HERON_SITE_TMP=/tmp/heron-site
 
  # copy the generated dir
   cp -r $WORK_DIR/* $HERON_SITE_TMP/content
-  cp -a $ROOT_DIR/.htaccess $HERON_SITE_TMP/content
+  #cp -a $ROOT_DIR/.htaccess $HERON_SITE_TMP/content
   # 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)

Reply via email to