Skip to content

Commit 08efef4

Browse files
authored
[docs] Fixed Language Discrepancy in build_versioned_docs.sh Script (#2090)
1 parent 1c6c722 commit 08efef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/build_versioned_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ for branch in $branches; do
106106

107107
echo "Processing branch: $clean_branch_name"
108108

109-
# 检出分支
109+
# Check out the branch
110110
git checkout "$clean_branch_name" || { echo "Failed to checkout branch: $clean_branch_name"; continue; }
111111

112112
version_sidebar_file="$VERSIONED_SIDEBARS/version-$version-sidebars.json"

0 commit comments

Comments
 (0)