We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c75e76 commit 254ca6aCopy full SHA for 254ca6a
.github/workflows/lychee_config.toml
@@ -129,6 +129,8 @@ glob_ignore_case = false
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
132
+ '^https://(www\.)?github\.com/ACCESS-NRI/access-cm3-configs\b', # Private Repo
133
+ '^https://(www\.)?github\.com/ACCESS-NRI/UM/', # Private Repo
134
]
135
136
# Exclude paths from getting checked. The values are treated as regular expressions
0 commit comments