This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch sebbASF/patch/1-site in repository https://gitbox.apache.org/repos/asf/attic.git
commit 82595767c5528edfaa6bb684f81c1da4afba36fc Author: GitHub Actions <[email protected]> AuthorDate: Thu Sep 18 10:10:45 2025 +0000 Init staging site sebbASF/patch/1-site --- .asf.yaml | 3 +++ .gitignore | 16 ++++++++++++++++ README.md | 1 + 3 files changed, 20 insertions(+) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000..9e6d8a4 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,3 @@ +staging: + profile: sebbASF/patch/1 + whoami: sebbASF/patch/1-site diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bb02667 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# Ignore the default location of the built site, and caches and metadata generated by Jekyll +_site/ +.sass-cache/ +.jekyll-cache/ +.jekyll-metadata + +# ignore generated site in branches +output/ + +# Ignore folders generated by Bundler +.bundle/ +vendor/ +# Ignore download git-repositories.json +_data/git-repositories.json +_data/committee-retired.json + diff --git a/README.md b/README.md new file mode 100644 index 0000000..d4078ce --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +https://attic-sebbASF/patch/1.staged.apache.org/\n\nbuilt from `sebbASF/patch/1` branch https://github.com/apache/attic/tree/sebbASF/patch/1
