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 09c7787 commit b344f2cCopy full SHA for b344f2c
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