We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f2502 commit 878652dCopy full SHA for 878652d
1 file changed
.github/workflows/check-links.yml
@@ -31,5 +31,5 @@ jobs:
31
# For example, --exclude '43oh.com'
32
# Can also add any command line option here; it will be added to the default options when calling check-links
33
# Increase timeout to 60 seconds from default of 20
34
- exclude: -t 60
+ exclude: -t 60 --exclude 'www.gnu.org'
35
0 commit comments