This commit is contained in:
g* 2025-06-17 15:19:31 +02:00
commit 9525c66c88

View file

@ -2,7 +2,7 @@ pages:
stage: deploy stage: deploy
image: python:latest image: python:latest
script: script:
- pip install -r ./requirements.txt - pip install -r requirements.txt
- mkdocs build --site-dir public - mkdocs build --site-dir public
cache: cache:
key: ${CI_COMMIT_REF_SLUG} key: ${CI_COMMIT_REF_SLUG}