diff --git a/.github/workflows/scheduled-link-checker.yaml b/.github/workflows/scheduled-link-checker.yaml index d02411b2..8f1b2482 100644 --- a/.github/workflows/scheduled-link-checker.yaml +++ b/.github/workflows/scheduled-link-checker.yaml @@ -14,10 +14,7 @@ jobs: uses: ScholliYT/Broken-Links-Crawler-Action@v3 with: website_url: 'https://coryd.dev' - include_url_contained: 'coryd.dev' exclude_url_prefix: 'mailto,https://make.com' - resolve_before_filtering: 'true' verbose: 'true' max_retry_time: 30 - max_retries: 5 - max_depth: 1 \ No newline at end of file + max_retries: 5 \ No newline at end of file