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:
@@ -160,7 +160,7 @@ jobs:
|
||||
current_skin="${BASH_REMATCH[1]}"
|
||||
fi
|
||||
# Check for internal markdown links
|
||||
if [[ "$line" =~ \]\((/[^)]+\.md) ]]; then
|
||||
if [[ "$line" =~ \]\((/[^\)]+\.md) ]]; then
|
||||
link="${BASH_REMATCH[1]}"
|
||||
echo "$current_skin|$link" >> internal_links_with_context.txt
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user