Commit b1c0f8f9 authored by Adrian Sutton's avatar Adrian Sutton

ci: Exclude explorer.optimism.io from link checker.

It regularly rejects requests from CI due to DoS prevention even though the link is valid.
parent f717c43c
...@@ -122,4 +122,4 @@ update-op-geth: ...@@ -122,4 +122,4 @@ update-op-geth:
.PHONY: update-op-geth .PHONY: update-op-geth
bedrock-markdown-links: bedrock-markdown-links:
docker run --init -it -v `pwd`:/input lycheeverse/lychee --verbose --no-progress --exclude-loopback --exclude twitter.com --exclude-mail /input/README.md "/input/specs/**/*.md" docker run --init -it -v `pwd`:/input lycheeverse/lychee --verbose --no-progress --exclude-loopback --exclude twitter.com --exclude explorer.optimism.io --exclude-mail /input/README.md "/input/specs/**/*.md"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment