Replaced debug install python dependencies with actual ones in .gitlab-ci.yml
This commit is contained in:
@@ -73,9 +73,8 @@ build:docs:
|
|||||||
- apk add git
|
- apk add git
|
||||||
- git clone https://gitlab.com/GothicMultiplayerTeam/docsgenerator.git
|
- git clone https://gitlab.com/GothicMultiplayerTeam/docsgenerator.git
|
||||||
script:
|
script:
|
||||||
- pip install mkdocs==1.5.3
|
- pip install -r docs/requirements.txt
|
||||||
- pip install mkdocs-material==9.5.12
|
- pip install -r docsgenerator/requirements.txt
|
||||||
- pip install Jinja2==3.1.3
|
|
||||||
- python docsgenerator/generate.py ${VERSION} src --builddir "docs/docs/script-reference" --markdown
|
- python docsgenerator/generate.py ${VERSION} src --builddir "docs/docs/script-reference" --markdown
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
Reference in New Issue
Block a user