Skip to content

Commit dfd4b58

Browse files
committed
Update URL checks to include new LUH url
1 parent 48eb585 commit dfd4b58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ jobs:
100100
uses: lycheeverse/lychee-action@v2
101101
with:
102102
# Exclude local links
103-
# Not sure why LUH site fails, it works locally.
103+
# LUH has certificate error.
104104
# Also not sure why we can't hit https://www.geo.vu.nl/~gwerf/GFED/GFED4/tables/ in CI
105105
# globalfiredata.org is super flaky, hence exlucded
106106
# climate modelling site has been deprecated, will updated later
107107
# IIASA has some bot check in front of it so gives a 403
108108
# https://human-settlement.emergency.copernicus.eu/ has some certificate error
109-
args: "--exclude 'file://' --exclude '^https://luh\\.umd\\.edu/$' --exclude '^https://www\\.geo\\.vu\\.nl/~gwerf/GFED/GFED4/tables/$' --exclude '^https://www.globalfiredata.org' --exclude '^https://climatemodeling.science.energy.gov/program/regional-global-model-analysis$' --exclude '^https://iiasa.ac.at/models-tools-data/global-emission-fields-of-air-pollutants-and-ghgs$' --exclude '^https://doi.org/dev-test$' --exclude '^https://human-settlement.emergency.copernicus.eu/$' ."
109+
args: "--exclude 'file://' --exclude '^https?://luh\\.umd\\.edu/$' --exclude '^https://www\\.geo\\.vu\\.nl/~gwerf/GFED/GFED4/tables/$' --exclude '^https://www.globalfiredata.org' --exclude '^https://climatemodeling.science.energy.gov/program/regional-global-model-analysis$' --exclude '^https://iiasa.ac.at/models-tools-data/global-emission-fields-of-air-pollutants-and-ghgs$' --exclude '^https://doi.org/dev-test$' --exclude '^https://human-settlement.emergency.copernicus.eu/$' ."

0 commit comments

Comments
 (0)