Skip to content

Commit 74d7e6e

Browse files
authored
Exclude more links in Link Checker (#1017)
Exclude three links in the Link Checker: - hackmd.io/@pygmt (Invalid mail address: hackmd.io/@pygmt) (lychee is not doing well with @ signs) - zenodo.org/badge/DOI/10.5281/zenodo [404 Not Found] - doi.org/10.5281/zenodo [404 Not Found]
1 parent b498f61 commit 74d7e6e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/check-links.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
args: >
3333
--accept 429
3434
--exclude "^https://zenodo.org/badge/DOI/$"
35+
--exclude "^https://doi.org/10.5281/zenodo$"
36+
--exclude "^https://doi.org/10.5281/zenodo$"
37+
--exclude "^https://zenodo.org/badge/DOI/10.5281/zenodo$"
3538
--exclude "^https://github.com/GenericMappingTools/pygmt/pull/[0-9]*$"
3639
--exclude "^https://github.com/GenericMappingTools/pygmt/issues/[0-9]*$"
3740
--exclude "^https://www.generic-mapping-tools.org/_static/gmt-logo.png/$"
@@ -40,6 +43,7 @@ jobs:
4043
--exclude "^git"
4144
--exclude "^file://"
4245
--exclude "^https://docs.generic-mapping-tools.org/latest/%s$"
46+
--exclude "https://hackmd.io/@pygmt"
4347
--verbose
4448
"repository/**/*.rst"
4549
"repository/**/*.md"

0 commit comments

Comments
 (0)