Skip to content

Commit b47ba7a

Browse files
authored
CI: Exclude some GitHub links in the Check Links workflow (#3299)
1 parent ec578e4 commit b47ba7a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check-links.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,11 @@ jobs:
4747
--exclude "^https://github.com/GenericMappingTools/pygmt/pull/[0-9]*$"
4848
--exclude "^https://github.com/GenericMappingTools/pygmt/issues/[0-9]*$"
4949
--exclude "^https://github.com/GenericMappingTools/gmt/releases/tag/X.Y.Z$"
50+
--exclude "^https://github.com/GenericMappingTools/pygmt/edit"
51+
--exclude "^https://github.com/GenericMappingTools/pygmt/issues/new"
5052
--exclude "^git"
5153
--exclude "^file://"
54+
--exclude "https://www.adobe.com/jp/print/postscript/pdfs/PLRM.pdf"
5255
--exclude "^https://docs.generic-mapping-tools.org/6.5/%s$"
5356
--exclude "^https://docs.generic-mapping-tools.org/6.5/%3Cmodule-name%3E.html$"
5457
--exclude "^https://www.generic-mapping-tools.org/remote-datasets/%s$"

0 commit comments

Comments
 (0)