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 1f78764 commit b611a8eCopy full SHA for b611a8e
.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