From d40f4b6c3ba27a8a1e9786ec3df3eb1202b8f100 Mon Sep 17 00:00:00 2001 From: mahula Date: Sun, 26 Nov 2023 19:09:35 +0100 Subject: [PATCH] adapt file filter to documentation automation requirements --- .github/file-filters.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/file-filters.yml b/.github/file-filters.yml index 7dd58c68f..9573ae288 100644 --- a/.github/file-filters.yml +++ b/.github/file-filters.yml @@ -12,5 +12,15 @@ webapp: &webapp - 'webapp/**/*' - 'package.json' -markdown-files: &markdown-files +markdown: &markdown - '**/*.md' + '.github/workflows/mlc_config.json' + +vuepress: &vuepress + - '.github/workflows/deploy-documentation.yml' + - '.vuepress/**/*' + - 'package.json' + +documentation: &documentation + - vuepress + - markdown