We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a60bd33 commit b99b762Copy full SHA for b99b762
.github/workflows/links.yml
@@ -21,7 +21,7 @@ jobs:
21
id: lychee
22
uses: lycheeverse/lychee-action@1d97d84f0bc547f7b25f4c2170d87d810dc2fb2c # v2.4.0
23
with:
24
- # Exclude the image.sc forum (which works) but returns 403 from
+ # Exclude the image.sc forum and stackoverflow (which both work) but return 403 from
25
# github runners and exclude relative links to other pages. Ignore
26
# gnu.org and fsf.org because they're often down but are still the right
27
# websites to link to!
@@ -31,6 +31,7 @@ jobs:
31
# cookiecutter values.
32
args: "--verbose
33
--exclude https://forum.image.sc/
34
+ --exclude https://stackoverflow.com
35
--exclude http://www.gnu.org
36
--exclude http://fsf.org
37
--exclude docs/pages
0 commit comments