📦 deps(playbook): sync playbook snapshot
This commit is contained in:
@@ -63,6 +63,14 @@ check_file_link() {
|
||||
return 0
|
||||
fi
|
||||
|
||||
# 跳过第三方文档的根路径链接(不带协议的外部路径)
|
||||
case "$target_path" in
|
||||
/en/docs/*)
|
||||
SKIPPED_LINKS=$((SKIPPED_LINKS + 1))
|
||||
return 0
|
||||
;;
|
||||
esac
|
||||
|
||||
# 构建绝对路径
|
||||
local absolute_path
|
||||
if echo "$target_path" | grep -q "^/"; then
|
||||
@@ -127,6 +135,7 @@ echo "🔍 扫描 Markdown 文件..."
|
||||
cd "$PLAYBOOK_ROOT"
|
||||
|
||||
MD_FILES=$(find . -name "*.md" \
|
||||
-not -name "*.template.md" \
|
||||
-not -path "*/node_modules/*" \
|
||||
-not -path "*/.git/*" \
|
||||
-not -path "*/build/*" \
|
||||
|
||||
Reference in New Issue
Block a user