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: rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
changes: changes:
- "docs/**/*" - "documentation/docs/**/*"
- "mkdocs.yml" - "mkdocs.yml"
- ".gitmodules" - ".gitmodules"