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 ba60471 commit b72e4dbCopy full SHA for b72e4db
.github/workflows/check-links.yml
@@ -24,7 +24,7 @@ jobs:
24
run: |
25
set +e
26
cat lcconfig
27
- linkchecker https://${{ matrix.site.url }} --check-extern --no-status --no-warnings --threads 25 --config lcconfig -F csv/utf-8/link_report.csv
+ linkchecker https://${{ matrix.site.url }} --check-extern --no-status --no-warnings --threads 25 --timeout 120 --config lcconfig -F csv/utf-8/link_report.csv
28
29
if [ $? -ne 0 ]; then
30
echo "Bad links found. Please see report."
0 commit comments