This commit is contained in:
g* 2025-06-17 15:28:09 +02:00
commit 22b6ac0108

View file

@ -2,11 +2,7 @@ pages:
stage: deploy stage: deploy
image: python:latest image: python:latest
variables: variables:
GIT_LFS_SKIP_SMUDGE: "0" GIT_LFS_SKIP_SMUDGE: "1"
before_script:
- apt-get update && apt-get install -y git-lfs
- git lfs install
- git lfs pull
script: script:
- pip install -r requirements.txt - pip install -r requirements.txt
- mkdocs build --site-dir public - mkdocs build --site-dir public