Skip to content
Snippets Groups Projects
Commit 6b688acd authored by kohlhaasrebecca's avatar kohlhaasrebecca
Browse files
parents 3ba80ffe e2a823ad
No related branches found
No related tags found
No related merge requests found
Pipeline #47316 passed
......@@ -79,10 +79,13 @@ unit-test-job: # This job runs in the test stage.
pages:
stage: deploy
script:
- pip install -U sphinx m2r2 furo
- pip install -U sphinx m2r2 furo graphviz pyUML
- pip install -e .
- cd docs/diagrams
- python class_diagram.py
- cd ../../
- sphinx-build -b html docs/source public
- mv docs/diagrams ../
#- mv docs/diagrams ./public
artifacts:
paths:
- public
......
docs/diagrams/balance.png

23.7 KiB

docs/diagrams/folder_structure.png

36.8 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment