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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check links on site
|
- name: Check links on site
|
||||||
uses: mattorb/actions-muffet@v2.4.2
|
uses: ScholliYT/Broken-Links-Crawler-Action@v3
|
||||||
with:
|
with:
|
||||||
args: >
|
website_url: 'https://coryd.dev'
|
||||||
--timeout 20
|
resolve_before_filtering: 'true'
|
||||||
https://coryd.dev
|
verbose: 'true'
|
||||||
|
max_retry_time: 30
|
||||||
|
max_retries: 5
|
||||||
|
max_depth: 1
|
Reference in a new issue