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 da4c3fb commit 86ef3a8Copy full SHA for 86ef3a8
copy-upstream-docs.sh
@@ -55,6 +55,7 @@ transform_docs() {
55
# Check if this file is in the BROKEN_FILES list
56
if echo "$BROKEN_FILES" | grep -q "^$target_file$"; then
57
echo "Skipping broken file: $target_file"
58
+ continue
59
fi
60
61
# Transform and copy the file
0 commit comments