generated from osc/skins-template
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
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:
@@ -247,7 +247,7 @@ jobs:
|
||||
current_skin="${BASH_REMATCH[1]}"
|
||||
fi
|
||||
# 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]}"
|
||||
# Skip external URLs
|
||||
if [[ ! "$link" =~ ^https?:// ]]; then
|
||||
|
||||
Reference in New Issue
Block a user