We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3861421 commit 1b3e23cCopy full SHA for 1b3e23c
.github/workflows/check-links.yml
@@ -49,8 +49,8 @@ jobs:
49
--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"
52
- --exclude "^https://github.com/GenericMappingTools/pygmt/releases/tag/{{path}}"
53
- --exclude "^https://www.pygmt.org/{{path}}"
+ --exclude "^https://github.com/GenericMappingTools/pygmt/releases/tag/%7B%7Bpath%7D%7D"
+ --exclude "^https://www.pygmt.org/%7B%7Bpath%7D%7D"
54
--exclude "^git"
55
--exclude "^file://"
56
--exclude "https://www.adobe.com/jp/print/postscript/pdfs/PLRM.pdf"
0 commit comments