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 105706e commit b3e0db5Copy full SHA for b3e0db5
.github/workflows/check_links.yml
@@ -27,7 +27,7 @@ jobs:
27
--verbose
28
--no-progress
29
--cache
30
- --cache-exclude-status 429
+ --cache-exclude-status '429, 403, 404, 502'
31
--max-cache-age 2d
32
'./**/*.md' './**/*.html' './**/*.rst' './**/*.cpp' './**/*.h' './**/*.py'
33
--exclude '^http://192\.168\.56\.101'
0 commit comments