diff --git a/website/build_versioned_docs.sh b/website/build_versioned_docs.sh index 4831b6696d..cca2f576ae 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"