Update GitLab CI configuration to include new documentation folder

This commit is contained in:
SebasKoedam
2024-04-18 15:02:28 +02:00
parent 801c314628
commit 968896a414

View File

@@ -17,7 +17,7 @@ pages:
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
changes:
- "docs/**/*"
- "documentation/docs/**/*"
- "mkdocs.yml"
- ".gitmodules"