Skip to content

Commit 2026097

Browse files
Exclude links in minversions from checks (#3393)
1 parent 60aef00 commit 2026097

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check-links.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
--exclude "^https://github.com/GenericMappingTools/gmt/releases/tag/X.Y.Z$"
5050
--exclude "^https://github.com/GenericMappingTools/pygmt/edit"
5151
--exclude "^https://github.com/GenericMappingTools/pygmt/issues/new"
52+
--exclude "^https://github.com/GenericMappingTools/pygmt/releases/tag/{{path}}"
53+
--exclude "^https://www.pygmt.org/{{path}}"
5254
--exclude "^git"
5355
--exclude "^file://"
5456
--exclude "https://www.adobe.com/jp/print/postscript/pdfs/PLRM.pdf"

0 commit comments

Comments
 (0)