This is an automated email from the ASF dual-hosted git repository. wonook pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/incubator-nemo-website.git
The following commit(s) were added to refs/heads/asf-staging by this push: new 7f8c7c6 add asf yaml 7f8c7c6 is described below commit 7f8c7c6d588c813da95e31d8a065d469b577743b Author: Won Wook SONG <wsong0...@gmail.com> AuthorDate: Sat Sep 10 00:14:50 2022 +0900 add asf yaml --- .asf.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000..f54e05e --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,14 @@ +# See https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#Git.asf.yamlfeatures-Importantnotesbeforeyoustartusing.asf.yaml + +# Staging and publishing profile for yourproject-website.git: +staging: + profile: ~ + whoami: asf-staging + +publish: + whoami: asf-site + +# jekyll: + # whoami: jekyll-source-branch + # target: asf-staging-jekyll # output branches need to be asf-site OR asf-staging* +# outputdir: outputdir # MAY be needed, but generally can be left out \ No newline at end of file