feat: update link check workflow
This commit is contained in:
parent
ab11de2069
commit
9920a2465c
1 changed files with 7 additions and 4 deletions
11
.github/workflows/scheduled-link-checker.yaml
vendored
11
.github/workflows/scheduled-link-checker.yaml
vendored
|
@ -11,8 +11,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check links on site
|
||||
uses: mattorb/actions-muffet@v2.4.2
|
||||
uses: ScholliYT/Broken-Links-Crawler-Action@v3
|
||||
with:
|
||||
args: >
|
||||
--timeout 20
|
||||
https://coryd.dev
|
||||
website_url: 'https://coryd.dev'
|
||||
resolve_before_filtering: 'true'
|
||||
verbose: 'true'
|
||||
max_retry_time: 30
|
||||
max_retries: 5
|
||||
max_depth: 1
|
Reference in a new issue