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

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


The following commit(s) were added to refs/heads/main by this push:
     new 3669f21  Fix publishing site via branch (#437)
3669f21 is described below

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

    Fix publishing site via branch (#437)
    
    
    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 | 3 +++
 1 file changed, 3 insertions(+)

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

Reply via email to