Skip to content

Commit 45768df

Browse files
committed
Reorder command arguments
1 parent f25f994 commit 45768df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
--cache
3030
--cache-exclude-status '429, 403, 404, 502'
3131
--max-cache-age 2d
32-
'./**/*.md' './**/*.html' './**/*.rst' './**/*.cpp' './**/*.h' './**/*.py'
3332
--exclude '^http://192\.168\.56\.101'
3433
--exclude 'kernel\.org\/pub\/linux\/kernel'
3534
--exclude 'releases/download/v\$%7BURCAP_VERSION%7D/externalcontrol-\$%7BURCAP_VERSION%7D\.jar'
3635
--max-concurrency 1
36+
'./**/*.md' './**/*.html' './**/*.rst' './**/*.cpp' './**/*.h' './**/*.py'
3737
- name: Save lychee cache
3838
uses: actions/cache/save@v4
3939
if: always()

0 commit comments

Comments
 (0)