This is an automated email from the ASF dual-hosted git repository. wave pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/river-site.git
commit 3c17c353aeef68836b1b1778c5c190cb5db1776f Author: Dave Fisher <[email protected]> AuthorDate: Tue Jun 1 16:28:10 2021 -0700 add the .asf.yaml pelican build and staging instructions --- .asf.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000..8f4f62e --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,11 @@ +pelican: + notify: [email protected] + autobuild: preview/* + target: asf-site + theme: theme/apache + whoami: main + +staging: + profile: ~ + whoami: asf-site + autostage: preview/*
