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 11s

This commit is contained in:
2025-11-23 14:14:39 +01:00
parent d65782edb6
commit f6a865a4ea

View File

@@ -141,7 +141,6 @@ jobs:
- name: Check internal markdown file references - name: Check internal markdown file references
run: | run: |
#!/bin/bash #!/bin/bash
set -e
echo "" echo ""
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━" echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
@@ -237,7 +236,6 @@ jobs:
- name: Check for broken image references - name: Check for broken image references
run: | run: |
#!/bin/bash #!/bin/bash
set -e
echo "" echo ""
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━" echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"