Skip to content

Commit b59be84

Browse files
committed
WIP
1 parent 9506b2e commit b59be84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/broken-link-checker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
--connect-timeout 30 --max-time 60 --insecure \
8686
--retry 3 --retry-delay 5 --retry-all-errors \
8787
"$url" 2>/dev/null || echo "000")
88+
echo "curl debug: $http_code"
8889
8990
if echo "$http_code" | grep -E "^(200|301|302|303)$" > /dev/null; then
9091
echo " ✅ Success: HTTP $http_code"

0 commit comments

Comments
 (0)