From 2619b716b00418a3318372dc56aba45eaacf42f2 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Thu, 6 Apr 2023 12:06:53 -0700 Subject: [PATCH] feat: check subsections --- .github/workflows/scheduled-link-checker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'