We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0791988 + 434f4d4 commit 7b67214Copy full SHA for 7b67214
1 file changed
.github/workflows/deploy-to-pages.yml
@@ -140,7 +140,8 @@ jobs:
140
fi
141
142
echo "Testing CSS bundle at: $CSS_URL"
143
- CSS_CONTENT=$(curl -fsSL "$CSS_URL" | head -c 500 || true)
+ CSS_CONTENT=$(curl -fsSL "$CSS_URL" || exit 1)
144
+
145
if echo "$CSS_CONTENT" | grep -q "body\|html\|\."; then
146
echo "✅ CSS bundle is accessible and contains expected styles"
147
else
0 commit comments