This is an automated email from the ASF dual-hosted git repository.
zabetak pushed a commit to branch site
in repository https://gitbox.apache.org/repos/asf/calcite.git
The following commit(s) were added to refs/heads/site by this push:
new c27f3b7 Site: HTTP to HTTPS redirection is not working
c27f3b7 is described below
commit c27f3b7523e50d647b333f626c74f17cc672bec3
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: