From 7a93afcc00db7c74bf8e91314dc8443882fcf884 Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 7 Nov 2023 19:56:43 +0100 Subject: [PATCH] add workflow to validate against .md file changes --- .github/workflows/check-documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check-documentation.yml b/.github/workflows/check-documentation.yml index e75224ce4..66e2df5e4 100644 --- a/.github/workflows/check-documentation.yml +++ b/.github/workflows/check-documentation.yml @@ -71,6 +71,7 @@ jobs: with: use-quiet-mode: 'yes' use-verbose-mode: 'no' + # at any .md file change take the chance to check the links in all .md files check-modified-files-only: 'no' config-file: '.github/workflows/mlc_config.json' base-branch: 'trigger-docs.ocelot.social-deployment-by-markdown-file-changes-in-master-branch' # set to branch of current PR's branch