diff --git a/.github/workflows/scheduled-link-checker.yaml b/.github/workflows/scheduled-link-checker.yaml index 05645cf9..d02411b2 100644 --- a/.github/workflows/scheduled-link-checker.yaml +++ b/.github/workflows/scheduled-link-checker.yaml @@ -14,7 +14,7 @@ jobs: uses: ScholliYT/Broken-Links-Crawler-Action@v3 with: website_url: 'https://coryd.dev' - include_url_prefix: 'https://coryd.dev,https://coryd.dev/posts,https://coryd.dev/tags' + include_url_contained: 'coryd.dev' exclude_url_prefix: 'mailto,https://make.com' resolve_before_filtering: 'true' verbose: 'true'