From b8c4ed05ad2e296d0ec1d7eccf7e3cdf163ca020 Mon Sep 17 00:00:00 2001 From: Tung Bui Date: Sat, 6 Jan 2024 11:16:04 +0700 Subject: [PATCH] ci: update max depth of link checker to 2 --- .github/workflows/markdown-link-checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/markdown-link-checker.yml b/.github/workflows/markdown-link-checker.yml index f0ea488..5ab61dc 100644 --- a/.github/workflows/markdown-link-checker.yml +++ b/.github/workflows/markdown-link-checker.yml @@ -13,4 +13,4 @@ jobs: with: use-quiet-mode: 'yes' use-verbose-mode: 'yes' - max-depth: 0 + max-depth: 2