Skip to content

Commit b2deb74

Browse files
authored
[ci] tuning lychee
1 parent cde7da3 commit b2deb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
env:
3535
GITHUB_TOKEN: ${{secrets.LYCHEE_TOKEN}}
3636
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'
37+
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'
3838
fail: true
3939

0 commit comments

Comments
 (0)