mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
adapt file filter to documentation automation requirements
This commit is contained in:
parent
2d9f8fbc12
commit
d40f4b6c3b
12
.github/file-filters.yml
vendored
12
.github/file-filters.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user