Unverified Commit e9b8b6a2 authored by Peter Eastman's avatar Peter Eastman Committed by GitHub
Browse files

Skip more URLs that linkinator reports as broken (#3594)

parent 30fa187c
...@@ -650,7 +650,7 @@ jobs: ...@@ -650,7 +650,7 @@ jobs:
shell: bash -l {0} shell: bash -l {0}
env: env:
# Pipe-seperated list of domains to skip # Pipe-seperated list of domains to skip
SKIP_DOMAIN: support.amd.com|www.pnas.org SKIP_DOMAIN: support.amd.com|www.pnas.org|doi.org
run: | run: |
set +e set +e
# Linkinator accepts regex for its --skip argument, so we # Linkinator accepts regex for its --skip argument, so we
......
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