This is an automated email from the ASF dual-hosted git repository. dzamo pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/drill.git
commit 7b9e55ac7c9bb2a8beef94be30cfad4f915ff9b9 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
