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 bb7ea48 commit b7aa5c9Copy full SHA for b7aa5c9
.github/workflows/check_links.yml
@@ -29,9 +29,9 @@ jobs:
29
--cache
30
--cache-exclude-status 429
31
--max-cache-age 2d
32
- './**/*.md' './**/*.html' './**/*.rst' './**/*.cpp' './**/*.h' './**/*.py'
33
--exclude '^http://192\.168\.56\.101'
34
- --threads 1
+ --max-concurrency 1
+ './**/*.md' './**/*.html' './**/*.rst' './**/*.cpp' './**/*.h' './**/*.py'
35
- name: Save lychee cache
36
uses: actions/cache/save@v4
37
if: always()
0 commit comments