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

cgivre pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 14113ed  DRILL-7925 Use .asf.yaml (#2221)
14113ed is described below

commit 14113ed2b972e90ea6da3eaa568dad720e1542b5
Author: Martin Grigorov <[email protected]>
AuthorDate: Thu May 13 18:59:15 2021 +0300

    DRILL-7925 Use .asf.yaml (#2221)
    
    As requested by Apache Infra team with 
https://lists.apache.org/thread.html/r8d023c0f5afefca7f6ce4e26d02404762bd6234fbe328011e1564249%40%3Cusers.infra.apache.org%3E
---
 .asf.yaml   | 3 +++
 _config.yml | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..a717f35
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,3 @@
+publish:
+   whoami: asf-site
+
diff --git a/_config.yml b/_config.yml
index 559eaf5..69656ef 100644
--- a/_config.yml
+++ b/_config.yml
@@ -31,3 +31,6 @@ sass:
 
 plugins:
   - jekyll-redirect-from
+
+include:
+  - .asf.yaml
\ No newline at end of file

Reply via email to