Commit 6ddd6842 authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #5632 from ethereum-optimism/aj/ignore-link

ci: Exclude explorer.optimism.io from link checker.
parents f717c43c b1c0f8f9
...@@ -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