Update .gitea/workflows/test-skins.yml
All checks were successful
Generate Skin previews, OSK files and per skin documentation / Full CI/CD Pipeline (push) Successful in 9s

This commit is contained in:
2025-11-23 14:09:34 +01:00
parent b1e03a9788
commit 8f50e734e1

View File

@@ -247,7 +247,7 @@ jobs:
current_skin="${BASH_REMATCH[1]}" current_skin="${BASH_REMATCH[1]}"
fi fi
# Check for image links # Check for image links
if [[ "$line" =~ !\[.*?\]\(([^)]+\.(png|jpg|jpeg|gif|webp|svg))\) ]]; then if [[ "$line" =~ !\[.*\]\(([^)]+\.(png|jpg|jpeg|gif|webp|svg)) ]]; then
link="${BASH_REMATCH[1]}" link="${BASH_REMATCH[1]}"
# Skip external URLs # Skip external URLs
if [[ ! "$link" =~ ^https?:// ]]; then if [[ ! "$link" =~ ^https?:// ]]; then