Skip to content

Commit b99b762

Browse files
authored
Exclude stackoverflow from linkchecker.
1 parent a60bd33 commit b99b762

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/links.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id: lychee
2222
uses: lycheeverse/lychee-action@1d97d84f0bc547f7b25f4c2170d87d810dc2fb2c # v2.4.0
2323
with:
24-
# Exclude the image.sc forum (which works) but returns 403 from
24+
# Exclude the image.sc forum and stackoverflow (which both work) but return 403 from
2525
# github runners and exclude relative links to other pages. Ignore
2626
# gnu.org and fsf.org because they're often down but are still the right
2727
# websites to link to!
@@ -31,6 +31,7 @@ jobs:
3131
# cookiecutter values.
3232
args: "--verbose
3333
--exclude https://forum.image.sc/
34+
--exclude https://stackoverflow.com
3435
--exclude http://www.gnu.org
3536
--exclude http://fsf.org
3637
--exclude docs/pages

0 commit comments

Comments
 (0)