Skip to content

Commit 9b22587

Browse files
committed
Exclude https://test.pypi.org/simple/ when checking links
Closes #2010.
1 parent e0ec737 commit 9b22587

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check-links.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
--exclude "^https://hackmd.io/@pygmt"
4646
--exclude "^https://doi.org"
4747
--exclude "^https://www.researchgate.net/project/"
48+
--exclude "^https://test.pypi.org/simple/"
4849
--verbose
4950
"repository/**/*.rst"
5051
"repository/**/*.md"

0 commit comments

Comments
 (0)