We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82096b6 commit 434f4d4Copy full SHA for 434f4d4
.github/workflows/deploy-to-pages.yml
@@ -142,7 +142,7 @@ jobs:
142
echo "Testing CSS bundle at: $CSS_URL"
143
CSS_CONTENT=$(curl -fsSL "$CSS_URL" || exit 1)
144
145
- if echo "$CSS_CONTENT" | head -c 2000 | grep -q "body\|html\|\."; then
+ if echo "$CSS_CONTENT" | grep -q "body\|html\|\."; then
146
echo "✅ CSS bundle is accessible and contains expected styles"
147
else
148
echo "❌ CSS bundle is not accessible or doesn't contain expected styles"
0 commit comments