Update GitLab CI configuration to include new documentation folder

This commit is contained in:
SebasKoedam
2024-04-18 15:16:54 +02:00
parent 4a5de7bbad
commit b02a9003bc

View File

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