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 cde7da3 commit b2deb74Copy full SHA for b2deb74
.github/workflows/validate-docs.yml
@@ -34,6 +34,6 @@ jobs:
34
env:
35
GITHUB_TOKEN: ${{secrets.LYCHEE_TOKEN}}
36
with:
37
- args: --cache --max-cache-age 1w --exclude-mail --threads 4 --timeout 30 --retry-wait-time 60 --user-agent 'Mozilla/5.0 (Windows NT x.y; rv:10.0) Gecko/20100101 Firefox/10.0' --no-progress 'content/**/*.md'
+ args: --exclude='^https://twitter.com/.*$' --cache --max-cache-age 1w --exclude-all-private --exclude-mail --threads 4 --timeout 30 --retry-wait-time 60 --user-agent 'Mozilla/5.0 (Windows NT x.y; rv:10.0) Gecko/20100101 Firefox/10.0' --no-progress 'content/**/*.md'
38
fail: true
39
0 commit comments