From d64f11092200b8747cb9c133ead04aeab7e71e5b Mon Sep 17 00:00:00 2001 From: Luong Vo Date: Sun, 30 Oct 2022 01:13:20 +0700 Subject: [PATCH] fix markdown lint not running --- .github/workflows/action.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index eb89521..f6121b2 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -1,8 +1,7 @@ name: Markdown Links Check -# runs every monday at 9 am on: schedule: - - cron: "0 9 * * 1" + - cron: "14 18 * * 6" jobs: check-links: @@ -15,6 +14,6 @@ jobs: use-quiet-mode: 'yes' use-verbose-mode: 'yes' config-file: '.github/workflows/markdown.links.config.json' - max-depth: 0 - file-path: README.md + max-depth: 1 + file-path: './README.md'