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

kaxilnaik pushed a commit to branch kaxil-patch-1
in repository https://gitbox.apache.org/repos/asf/airflow-site.git

commit e4280b243df4157cce8c4626995f3892e73d137d
Author: Kaxil Naik <[email protected]>
AuthorDate: Wed Jun 23 15:36:49 2021 +0100

    Fix publishing site via branch
    
    As recommended in 
https://issues.apache.org/jira/browse/INFRA-22028?focusedCommentId=17368241&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17368241
---
 .asf.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index eb9a68c..4ccd4e6 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -36,3 +36,5 @@ github:
         required_approving_review_count: 1
 
   ghp_branch: gh-pages
+  publish:
+    whoami:   gh-pages

Reply via email to