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 22cec8a17 add the files
22cec8a17 is described below
commit 22cec8a172044d62df312343a43692e1b0321ba6
Author: David Arthur <[email protected]>
AuthorDate: Mon Oct 27 17:36:24 2025 -0500
add the files
---
.github/workflows/build-and-deploy.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/build-and-deploy.yml
b/.github/workflows/build-and-deploy.yml
index 0256bd0ab..f36d4ac15 100644
--- a/.github/workflows/build-and-deploy.yml
+++ b/.github/workflows/build-and-deploy.yml
@@ -73,6 +73,7 @@ jobs:
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
+ git add .
git commit -m "Deploy site build from ${{ github.ref_name }} - ${{
github.sha }}"
git show --stat