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
commit 0a3c71035637592ce9dd64f4983051a04fa494a9 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..85ff3be 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/\n\nbuilt 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