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 image: python:latest
script: script:
- pip install -r requirements.txt - pip install -r requirements.txt
- mkdocs build --site-dir site - mkdocs build --site-dir public
cache: cache:
key: ${CI_COMMIT_REF_SLUG} key: ${CI_COMMIT_REF_SLUG}
paths: paths:
- .cache/ - .cache/
artifacts: artifacts:
paths: paths:
- site - public
rules: rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'