Update GitLab CI configuration to exclude old documentation folder

This commit is contained in:
SebasKoedam
2024-04-18 15:19:33 +02:00
parent b02a9003bc
commit 0809d66eaa

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