This is an automated email from the ASF dual-hosted git repository.

jark pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git


The following commit(s) were added to refs/heads/main by this push:
     new 08efef4a0 [docs] Fixed Language Discrepancy in build_versioned_docs.sh 
Script (#2090)
08efef4a0 is described below

commit 08efef4a03d69b6edd6f30f0ebe7c5cb1464ce0a
Author: Rion Williams <[email protected]>
AuthorDate: Wed Dec 3 19:29:41 2025 -0600

    [docs] Fixed Language Discrepancy in build_versioned_docs.sh Script (#2090)
---
 website/build_versioned_docs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/build_versioned_docs.sh b/website/build_versioned_docs.sh
index 4831b6696..cca2f576a 100755
--- a/website/build_versioned_docs.sh
+++ b/website/build_versioned_docs.sh
@@ -106,7 +106,7 @@ for branch in $branches; do
 
   echo "Processing branch: $clean_branch_name"
 
-  # 检出分支
+  # Check out the branch
   git checkout "$clean_branch_name" || { echo "Failed to checkout branch: 
$clean_branch_name"; continue; }
 
   version_sidebar_file="$VERSIONED_SIDEBARS/version-$version-sidebars.json"

Reply via email to