Skip to content

Commit

Permalink
add link to exclude list (#1455)
Browse files Browse the repository at this point in the history
Signed-off-by: karthik2804 <[email protected]>
  • Loading branch information
karthik2804 authored Jan 21, 2025
1 parent 802031b commit 06b20ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .build/check-broken-links.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ blc --recursive http://127.0.0.1:3000
--exclude 'http://localhost:5050/explore' \
--exclude 'http://localhost:5050/explore' \
--exclude 'https://stackshare.io/stackups/powershell-vs-webassembly' \
--exclude 'https://blog.cloudflare.com/cloudflare-workers-now-support-cobol/' \
--exclude 'https://support.google.com/webmasters/answer/9008080?hl=en' | tee "${report}" || blc_error=true

cat "${report}" | grep "├─BROKEN─" > broken_links || true
Expand Down

0 comments on commit 06b20ef

Please sign in to comment.