This commit is contained in:
2026-08-13 22:01:07 +02:00
parent 8fbea9874f
commit ac25d852c1
+1 -1
View File
@@ -42,7 +42,7 @@ jobs:
echo "Error: dist/${{ matrix.site }} not found"
exit 1
fi
if [ -z "$(ls -A dist/${{ matrix.site }}" 2>/dev/null)" ]; then
if [ -z "$(ls -A dist/${{ matrix.site }} 2>/dev/null)" ]; then
echo "Error: dist/${{ matrix.site }} is empty"
exit 1
fi