From a60e08d2cc966a2e0e8a8f9e820b836dcfbde5cd Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 9 Jan 2024 13:49:28 +0100 Subject: [PATCH] exclude changelog file frommarkdown link checking --- .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 c078da16d..5d00d6de8 100644 --- a/.github/workflows/check-documentation.yml +++ b/.github/workflows/check-documentation.yml @@ -38,4 +38,5 @@ jobs: check-modified-files-only: 'no' config-file: '.github/workflows/mlc_config.json' base-branch: 'master' + file-path: '!./CHANGELOG.md' folder-path: '.'