We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0bdf8 commit 791d0a1Copy full SHA for 791d0a1
.github/workflows/ci.yaml
@@ -84,4 +84,5 @@ jobs:
84
# Exclude local links
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/$' ."
+ # 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