This is an automated email from the ASF dual-hosted git repository.
davidarthur pushed a commit to branch markdown
in repository https://gitbox.apache.org/repos/asf/kafka-site.git
The following commit(s) were added to refs/heads/markdown by this push:
new 492fe80a7 change deployment branch to asf-site
492fe80a7 is described below
commit 492fe80a7f38c3c6af2aa27dea8342ba1e44ee95
Author: David Arthur <[email protected]>
AuthorDate: Wed Dec 17 15:48:52 2025 -0500
change deployment branch to asf-site
---
.github/workflows/build-and-deploy.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build-and-deploy.yml
b/.github/workflows/build-and-deploy.yml
index 534e5ed0d..7ca61fb58 100644
--- a/.github/workflows/build-and-deploy.yml
+++ b/.github/workflows/build-and-deploy.yml
@@ -54,7 +54,7 @@ jobs:
uses: actions/checkout@v5
with:
persist-credentials: true # Needed to commit and push later
- ref: asf-staging
+ ref: asf-site
- name: Reset HTML
run: |
rm -rf *
@@ -88,7 +88,7 @@ jobs:
echo "## Deployment Summary" >> $GITHUB_STEP_SUMMARY
echo "- **Source Branch**: ${{ github.ref_name }}" >>
$GITHUB_STEP_SUMMARY
echo "- **Commit**: ${{ github.sha }}" >> $GITHUB_STEP_SUMMARY
- echo "- **Target Branch**: asf-staging" >> $GITHUB_STEP_SUMMARY
+ echo "- **Target Branch**: asf-site" >> $GITHUB_STEP_SUMMARY
echo "- **Build Time**: $(date)" >> $GITHUB_STEP_SUMMARY
echo "" >> $GITHUB_STEP_SUMMARY
echo "### Build Output" >> $GITHUB_STEP_SUMMARY