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 6f2bd73 commit 0da7701Copy full SHA for 0da7701
1 file changed
.github/workflows/checks.yml
@@ -41,7 +41,7 @@ jobs:
41
uses: lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2
42
id: lychee
43
with:
44
- args: --cache --max-retries 3 --retry-wait-time 5 --max-concurrency 30 --exclude stackoverflow.com/*
+ args: --cache --max-retries 3 --retry-wait-time 5 --max-concurrency 30 --exclude "stackoverflow.com/*" "gnu.org/*"
45
--insecure --user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36"
46
--no-progress **/*.md **/*.html
47
fail: true
0 commit comments