Skip to content

Commit e677737

Browse files
Exclude stackoverflow link from Link Checker Report (#3947)
Exclude stackoverflow link
1 parent 516b2f2 commit e677737

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
@@ -66,6 +66,7 @@ jobs:
6666
--exclude "^https://www.pygmt.org/%7B%7Bpath%7D%7D"
6767
--exclude "^https://www.researchgate.net/"
6868
--exclude "^https://zenodo.org/badge/DOI/"
69+
--exclude "^https://stackoverflow.com/a/69170441"
6970
--verbose
7071
"repository/*.md"
7172
"repository/**/*.py"

0 commit comments

Comments
 (0)