This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/attic.git
The following commit(s) were added to refs/heads/main by this push: new ba97bd9 add README.md to staged site content ba97bd9 is described below commit ba97bd9540fd48a956e64001411b180c8c616cc8 Author: Hervé Boutemy <hbout...@apache.org> AuthorDate: Sat May 10 11:44:04 2025 +0200 add README.md to staged site content --- .github/workflows/website.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 1d4d164..f32a186 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -118,6 +118,7 @@ jobs: echo " profile: $BRANCH" echo " whoami: $SITE" } >.asf.yaml + echo "https://attic-$BRANCH.staged.apache.org/ built from `$BRANCH` branch https://github.com/apache/attic/tree/$BRANCH" > README.md git add -A . git commit -m "Init staging site $SITE" git push --set-upstream origin $SITE