From 7b5be8da05e10b5f864a46bee7abbf0ceeae2af7 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Thu, 6 Apr 2023 12:10:47 -0700 Subject: [PATCH] fix: clean up workflow --- .github/workflows/scheduled-link-checker.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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