Skip to content

Commit 1b3e23c

Browse files
CI: Exclude links in minversions from checks (#3403)
1 parent 3861421 commit 1b3e23c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-links.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +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}}"
52+
--exclude "^https://github.com/GenericMappingTools/pygmt/releases/tag/%7B%7Bpath%7D%7D"
53+
--exclude "^https://www.pygmt.org/%7B%7Bpath%7D%7D"
5454
--exclude "^git"
5555
--exclude "^file://"
5656
--exclude "https://www.adobe.com/jp/print/postscript/pdfs/PLRM.pdf"

0 commit comments

Comments
 (0)