Replaced debug install python dependencies with actual ones in .gitlab-ci.yml

This commit is contained in:
Patrix
2024-03-08 15:05:23 +01:00
parent a12c859c5c
commit a4a33a8ffc

View File

@@ -73,9 +73,8 @@ build:docs:
- apk add git
- git clone https://gitlab.com/GothicMultiplayerTeam/docsgenerator.git
script:
- pip install mkdocs==1.5.3
- pip install mkdocs-material==9.5.12
- pip install Jinja2==3.1.3
- pip install -r docs/requirements.txt
- pip install -r docsgenerator/requirements.txt
- python docsgenerator/generate.py ${VERSION} src --builddir "docs/docs/script-reference" --markdown
artifacts:
paths: