This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch retire-portals-site in repository https://gitbox.apache.org/repos/asf/attic.git
commit 03ce89116778276ce719d37092deaa54ac7a80f7 Author: GitHub Actions <[email protected]> AuthorDate: Wed Oct 1 14:35:44 2025 +0000 Init staging site retire-portals-site --- .asf.yaml | 3 +++ .gitignore | 15 +++++++++++++++ README.md | 1 + 3 files changed, 19 insertions(+) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000..0dc94df --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,3 @@ +staging: + profile: retire-portals + whoami: retire-portals-site diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..412a834 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# 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..10248d6 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +https://attic-retire-portals.staged.apache.org/\n\nbuilt from `retire-portals` branch https://github.com/apache/attic/tree/retire-portals
