You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by eo...@apache.org on 2021/07/28 05:44:07 UTC

[zookeeper] branch asf-site updated: Add missing .asf.yaml file to publish website

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

eolivelli pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new da8f2f4  Add missing .asf.yaml file to publish website
     new 4545dd2  Merge pull request #1730 from ctubbsii/asf-site-missingyaml
da8f2f4 is described below

commit da8f2f4183852e72e477d689283412a75dc0830e
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Tue Jul 27 12:10:25 2021 -0400

    Add missing .asf.yaml file to publish website
    
    This trivial change adds the missing .asf.yaml file that ensures the
    asf-site branch gets published to https://zookeeper.apache.org using ASF
    publishing mechanisms when things are changed in the git branch.
    
    This resolves the outstanding issue with this site's publishing that was
    identified in the INFRA report at
    https://infra-reports.apache.org/site-source/
---
 .asf.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..bf8345d
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,8 @@
+
+staging:
+  profile: ~
+  whoami:  asf-staging
+
+publish:
+  whoami:  asf-site
+