Update GitLab CI configuration to include new documentation folder

This commit is contained in:
SebasKoedam
2024-04-18 15:07:16 +02:00
parent 3241f42903
commit 6006eae637

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:
- "documentation/docs/**/*" - "documentation/**/*"
- "mkdocs.yml" - "mkdocs.yml"
- ".gitmodules" - ".gitmodules"