We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ce849f commit 0f4f31fCopy full SHA for 0f4f31f
website/build_versioned_docs.sh
@@ -106,7 +106,7 @@ for branch in $branches; do
106
107
echo "Processing branch: $clean_branch_name"
108
109
- # 检出分支
+ # Check out the branch
110
git checkout "$clean_branch_name" || { echo "Failed to checkout branch: $clean_branch_name"; continue; }
111
112
version_sidebar_file="$VERSIONED_SIDEBARS/version-$version-sidebars.json"
0 commit comments