Skip to content

Commit 5f188af

Browse files
attempt to use more threads
1 parent 2d8d780 commit 5f188af

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
@@ -3,7 +3,7 @@ name: Check Links
33
on:
44
# Run monday mornings
55
schedule:
6-
- cron: '0 12 * * MON'
6+
- cron: '0 10 * * MON'
77
workflow_dispatch:
88
jobs:
99
check-links:
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
set +e
2626
cat lcconfig
27-
linkchecker https://${{ matrix.site.url }} --check-extern --no-status --no-warnings --config lcconfig -F csv/utf-8/link_report.csv
27+
linkchecker https://${{ matrix.site.url }} --check-extern --no-status --no-warnings --threads 50 --config lcconfig -F csv/utf-8/link_report.csv
2828
2929
if [ $? -ne 0 ]; then
3030
echo "Bad links found. Please see report."

0 commit comments

Comments
 (0)