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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5c55a11  Site: Deploy using .asf.yml
5c55a11 is described below

commit 5c55a11e227cd5bd2c70d6215070c0b430a5f2e8
Author: Michael Mior <[email protected]>
AuthorDate: Fri Jun 25 16:02:08 2021 -0400

    Site: Deploy using .asf.yml
---
 site/.asf.yml    | 2 ++
 site/_config.yml | 1 +
 2 files changed, 3 insertions(+)

diff --git a/site/.asf.yml b/site/.asf.yml
new file mode 100644
index 0000000..5da4d91
--- /dev/null
+++ b/site/.asf.yml
@@ -0,0 +1,2 @@
+publish:
+   whoami: master
diff --git a/site/_config.yml b/site/_config.yml
index 402c7d0..c57d116 100644
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -21,6 +21,7 @@ excerpt_separator: ""
 repository: https://github.com/apache/calcite
 destination: target
 exclude: [README.md,Gemfile*]
+include: [".asf.yml"]
 keep_files: [".git", ".svn", "javadocAggregate", "avatica", 
"docs/cassandra.html"]
 
 collections:

Reply via email to