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

zabetak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git

commit 3af21db493f35b05c7aedc2f65521a15e92cccf0
Author: Stamatis Zampetakis <[email protected]>
AuthorDate: Wed Sep 22 11:23:01 2021 +0200

    Site: HTTP to HTTPS redirection is not working
    
    Restore .htaccess file which was removed accidentally by commit
    c1bf421c0816909fe53d557eb5ee012f779bfa11 after introducing an explicit
    `include` directive. Add the .htaccess file in the `include` directive
    to ensure that it is not lost when generating the website.
---
 site/_config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/_config.yml b/site/_config.yml
index bddd5aa..b6662cd 100644
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -21,7 +21,7 @@ excerpt_separator: ""
 repository: https://github.com/apache/calcite
 destination: target
 exclude: [README.md,Gemfile*]
-include: [".asf.yaml"]
+include: [".htaccess", ".asf.yaml"]
 keep_files: [".git", ".svn", "javadocAggregate", "avatica", 
"docs/cassandra.html"]
 
 collections:

Reply via email to