Skip to content

Commit 5628384

Browse files
committed
exclude google scholar from link checking
1 parent 93093cb commit 5628384

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check-links.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ jobs:
3737
--check-links-ignore "https://code.visualstudio.com/*" \
3838
--check-links-ignore "https://arxiv.org/*" \
3939
--check-links-ignore "https://ai.stanford.edu/~amaas/data/sentiment/" \
40-
--check-links-ignore "https://x.com/*"
40+
--check-links-ignore "https://x.com/*" \
41+
--check-links-ignore "https://scholar.google.com/*"

0 commit comments

Comments
 (0)