Skip to content

Commit 791d0a1

Browse files
committed
Update lychee ignores
1 parent 4b0bdf8 commit 791d0a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,5 @@ jobs:
8484
# Exclude local links
8585
# Exclude LUH2, not sure why that's failing but it seems to work in browser
8686
# Exclude PCDMI, website is down
87-
args: "--exclude 'file://' --exclude '^https://luh\\.umd\\.edu/$' --exclude '^https://pcmdi.llnl.gov/$' ."
87+
# Exclude global fire data, times out for some reason
88+
args: "--exclude 'file://' --exclude '^https://luh\\.umd\\.edu/$' --exclude '^https://pcmdi.llnl.gov/$' --exclude '^https://www.globalfiredata.org/$' ."

0 commit comments

Comments
 (0)