Update .gitlab-ci.yml file

This commit is contained in:
Gugulethu H 2025-06-17 12:59:52 +00:00 committed by g*
commit e70343c66e

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 site - mkdocs build --site-dir site
cache: cache:
key: ${CI_COMMIT_REF_SLUG} key: ${CI_COMMIT_REF_SLUG}