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 7f92b7f26928b801d022e113c6d6adfb40d623b1 Author: Chandan Singh <[email protected]> AuthorDate: Tue Sep 19 21:53:27 2023 +0100 .asf.yaml: Configure pelican --- .asf.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index c9d2bd5..8996d93 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -21,3 +21,27 @@ 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 + # TODO: Replace personal branch with `main` + whoami: chandan/skeleton + +# +# Staging website +# +staging: + profile: ~ + whoami: asf-site + autostage: preview/*
