Skip to content

Commit

Permalink
CI: Fix the regex for matching URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Aug 20, 2024
1 parent 3861421 commit b80d585
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ jobs:
--exclude "^https://github.com/GenericMappingTools/gmt/releases/tag/X.Y.Z$"
--exclude "^https://github.com/GenericMappingTools/pygmt/edit"
--exclude "^https://github.com/GenericMappingTools/pygmt/issues/new"
--exclude "^https://github.com/GenericMappingTools/pygmt/releases/tag/{{path}}"
--exclude "^https://www.pygmt.org/{{path}}"
--exclude "^https://github.com/GenericMappingTools/pygmt/releases/tag/\{\{path\}\}"
--exclude "^https://www.pygmt.org/\{\{path\}\}"
--exclude "^git"
--exclude "^file://"
--exclude "https://www.adobe.com/jp/print/postscript/pdfs/PLRM.pdf"
--exclude "^https://www.adobe.com/jp/print/postscript/pdfs/PLRM.pdf"
--exclude "^https://docs.generic-mapping-tools.org/6.5/%s$"
--exclude "^https://docs.generic-mapping-tools.org/6.5/%3Cmodule-name%3E.html$"
--exclude "^https://www.generic-mapping-tools.org/remote-datasets/%s$"
Expand Down

0 comments on commit b80d585

Please sign in to comment.