Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/build_versioned_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down