This is an automated email from the ASF dual-hosted git repository. chandan pushed a commit to branch chandan/skeleton in repository https://gitbox.apache.org/repos/asf/buildstream-site.git
commit bf260b33eddb26c9f98add033c729eb1d405c25e Author: Chandan Singh <[email protected]> AuthorDate: Tue Sep 19 21:53:27 2023 +0100 .asf.yaml: Configure pelican --- .asf.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index c9d2bd5..5a55265 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -21,3 +21,26 @@ github: # Close branches when pull requests are merged del_branch_on_merge: true + +# +# Configure Pelican +# +# See also: +# * https://infra.apache.org/project-site.html +# * https://infra.apache.org/asf-pelican-gettingstarted.html +# +pelican: + # TODO: Replace personal email with ?? + notify: [email protected] + autobuild: preview/* + target: asf-site + theme: theme/apache + whoami: main + +# +# Staging website +# +staging: + profile: ~ + whoami: asf-site + autostage: preview/*
