adapt file filter to documentation automation requirements

This commit is contained in:
mahula 2023-11-26 19:09:35 +01:00
parent 2d9f8fbc12
commit d40f4b6c3b

View File

@ -12,5 +12,15 @@ webapp: &webapp
- 'webapp/**/*' - 'webapp/**/*'
- 'package.json' - 'package.json'
markdown-files: &markdown-files markdown: &markdown
- '**/*.md' - '**/*.md'
'.github/workflows/mlc_config.json'
vuepress: &vuepress
- '.github/workflows/deploy-documentation.yml'
- '.vuepress/**/*'
- 'package.json'
documentation: &documentation
- vuepress
- markdown