Skip to content

Commit 963790e

Browse files
committed
Updated lychee conifg
1 parent 5c75e76 commit 963790e

1 file changed

Lines changed: 14 additions & 12 deletions

File tree

.github/workflows/lychee_config.toml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -117,18 +117,20 @@ glob_ignore_case = false
117117
# '^https://(.*\.)?github(usercontent)?\.(com|io)', # exclude common GitHub URLs
118118
# ]
119119
exclude = [
120-
'^https://code\.metoffice\.gov\.uk', # MetOffice - It often needs credentials so link-checker fails
121-
'^https://(www\.)?linkedin\.com/', # LinkedIn might block link-checkers
122-
'^https://(www\.)?freepik\.com/', # Freepik might block link-checkers
123-
'^https://www\.lanl\.gov/', # Gov website - has firewalls that block link-checkers
124-
'^https://my\.nci\.org\.au/', # NCI user portal - has firewalls that block link-checkers
125-
'^https://opus\.nci\.org\.au/', # NCI doc - has firewalls that block link-checkers
126-
'^https://geonetwork\.nci\.org\.au/', # NCI geonetwork - has firewalls that block link-checkers
127-
'^https://(www\.)?gfdl\.noaa\.gov/', # NOAA website - has firewalls that block link-checkers
128-
'^https://copernicus\.nci\.org\.au/', # NCI Copernicus - has firewalls that block link-checkers
129-
'^https://cds\.climate\.copernicus\.eu/', # EU Copernicus - has firewalls that block link-checkers
130-
'^https://www\.nrc\.gov/', # Gov website - has firewalls that block link-checkers
131-
'^https://www\.education\.gov\.au/', # AU Gov website - has firewalls that block link-checkers
120+
'^https://code\.metoffice\.gov\.uk\b', # MetOffice - It often needs credentials so link-checker fails
121+
'^https://(www\.)?linkedin\.com\b', # LinkedIn might block link-checkers
122+
'^https://(www\.)?freepik\.com\b', # Freepik might block link-checkers
123+
'^https://www\.lanl\.gov\b', # Gov website - has firewalls that block link-checkers
124+
'^https://my\.nci\.org\.au\b', # NCI user portal - has firewalls that block link-checkers
125+
'^https://opus\.nci\.org\.au\b', # NCI doc - has firewalls that block link-checkers
126+
'^https://geonetwork\.nci\.org\.au\b', # NCI geonetwork - has firewalls that block link-checkers
127+
'^https://(www\.)?gfdl\.noaa\.gov\b', # NOAA website - has firewalls that block link-checkers
128+
'^https://copernicus\.nci\.org\.au\b', # NCI Copernicus - has firewalls that block link-checkers
129+
'^https://cds\.climate\.copernicus\.eu\b', # EU Copernicus - has firewalls that block link-checkers
130+
'^https://www\.nrc\.gov\b', # Gov website - has firewalls that block link-checkers
131+
'^https://www\.education\.gov\.au\b', # AU Gov website - has firewalls that block link-checkers
132+
'^https://(www\.)?github\.com/ACCESS-NRI/access-cm3-configs\b', # Private Repo
133+
'^https://(www\.)?github\.com/ACCESS-NRI/UM\b', # Private Repo
132134
]
133135

134136
# Exclude paths from getting checked. The values are treated as regular expressions

0 commit comments

Comments
 (0)