Skip to content

Commit 1cd60dc

Browse files
committed
Remove file and git
1 parent 351adfe commit 1cd60dc

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/check-links.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,14 @@ jobs:
4242
# 429: Too many requests
4343
args: >
4444
--accept 429
45-
--exclude "^file://"
46-
--exclude "^git"
47-
--exclude "^https://docs.generic-mapping-tools.org/6.5/%s$"
48-
--exclude "^https://docs.generic-mapping-tools.org/6.5/%3Cmodule-name%3E.html$"
45+
--exclude "^https://docs.generic-mapping-tools.org/6.[0-9]?/%s$"
46+
--exclude "^https://docs.generic-mapping-tools.org/6.[0-9]?/%3Cmodule-name%3E.html$"
4947
--exclude "^https://doi.org"
50-
--exclude "^https://doi.org/10.5281/zenodo$"
51-
--exclude "^https://github.com/GenericMappingTools/pygmt/pull/[0-9]*$"
52-
--exclude "^https://github.com/GenericMappingTools/pygmt/issues/[0-9]*$"
5348
--exclude "^https://github.com/GenericMappingTools/gmt/releases/tag/X.Y.Z$"
5449
--exclude "^https://github.com/GenericMappingTools/pygmt/edit"
5550
--exclude "^https://github.com/GenericMappingTools/pygmt/issues/new"
51+
--exclude "^https://github.com/GenericMappingTools/pygmt/pull/[0-9]*$"
52+
--exclude "^https://github.com/GenericMappingTools/pygmt/issues/[0-9]*$"
5653
--exclude "^https://github.com/GenericMappingTools/pygmt/releases/tag/%7B%7Bpath%7D%7D"
5754
--exclude "^https://hackmd.io/@pygmt"
5855
--exclude "^https://test.pypi.org/simple/"

0 commit comments

Comments
 (0)