Skip to content

Commit b7aa5c9

Browse files
committed
Make sure the file globs are the last argument of the lychee call
1 parent bb7ea48 commit b7aa5c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check_links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
--cache
3030
--cache-exclude-status 429
3131
--max-cache-age 2d
32-
'./**/*.md' './**/*.html' './**/*.rst' './**/*.cpp' './**/*.h' './**/*.py'
3332
--exclude '^http://192\.168\.56\.101'
34-
--threads 1
33+
--max-concurrency 1
34+
'./**/*.md' './**/*.html' './**/*.rst' './**/*.cpp' './**/*.h' './**/*.py'
3535
- name: Save lychee cache
3636
uses: actions/cache/save@v4
3737
if: always()

0 commit comments

Comments
 (0)