fix: crawl externals, selected excludes
This commit is contained in:
parent
24e1ab9f0d
commit
d66290bb9b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ jobs:
|
||||||
uses: ScholliYT/Broken-Links-Crawler-Action@v3
|
uses: ScholliYT/Broken-Links-Crawler-Action@v3
|
||||||
with:
|
with:
|
||||||
website_url: 'https://coryd.dev'
|
website_url: 'https://coryd.dev'
|
||||||
include_url_prefix: 'https://coryd.dev'
|
exclue_url_prefix: 'mailto,https://make.com'
|
||||||
resolve_before_filtering: 'true'
|
resolve_before_filtering: 'true'
|
||||||
verbose: 'true'
|
verbose: 'true'
|
||||||
max_retry_time: 30
|
max_retry_time: 30
|
||||||
|
|
Reference in a new issue