This commit is contained in:
g* 2025-06-17 15:06:33 +02:00
commit 3ddca92c5d

View file

@ -3,13 +3,13 @@ pages:
image: python:latest
script:
- pip install -r requirements.txt
- mkdocs build --site-dir site
- mkdocs build --site-dir public
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- .cache/
artifacts:
paths:
- site
- public
rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'