Skip to content

Commit 7f19908

Browse files
committed
Add URLs to ignore list
1 parent fe42133 commit 7f19908

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,6 @@ jobs:
8282
uses: lycheeverse/lychee-action@v2
8383
with:
8484
# Exclude local links
85-
args: "--exclude 'file://' ."
85+
# Exclude LUH2, not sure why that's failing but it seems to work in browser
86+
# Exclude PCDMI, website is down
87+
args: "--exclude 'file://' --exclude '^https://luh\\.umd\\.edu/$' --exclude '^https://pcmdi.llnl.gov/$' ."

0 commit comments

Comments
 (0)