fix: url excludes
This commit is contained in:
parent
15fed79726
commit
210b204511
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
website_url: 'https://coryd.dev'
|
website_url: 'https://coryd.dev'
|
||||||
include_url_prefix: 'https'
|
include_url_prefix: 'https'
|
||||||
exclude_url_prefix: 'mailto,https://make.com'
|
exclude_url_prefix: 'mailto,https://cdn.coryd.dev,https://make.com,https://lakers.com'
|
||||||
verbose: 'true'
|
verbose: 'true'
|
||||||
max_retry_time: 30
|
max_retry_time: 30
|
||||||
max_retries: 5
|
max_retries: 5
|
Reference in a new issue