Skip to content

Commit 6fd4a00

Browse files
authored
CI: Ignore ResearchGate homepage in the links check (#3118)
1 parent bcbbcad commit 6fd4a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
--exclude "^https://www.generic-mapping-tools.org/remote-datasets/%s$"
5454
--exclude "^https://hackmd.io/@pygmt"
5555
--exclude "^https://doi.org"
56-
--exclude "^https://www.researchgate.net/project/"
56+
--exclude "^https://www.researchgate.net/"
5757
--exclude "^https://test.pypi.org/simple/"
5858
--verbose
5959
"repository/**/*.rst"

0 commit comments

Comments
 (0)