Skip to content
Snippets Groups Projects
Commit 1c663aa7 authored by Rebecca Kohlhaas's avatar Rebecca Kohlhaas
Browse files

Generate diagrams in public folder

parent 48decd3f
No related branches found
No related tags found
No related merge requests found
Pipeline #47420 failed
......@@ -81,11 +81,12 @@ pages:
script:
- pip install -U sphinx m2r2 furo graphviz pyUML
- pip install -e .
- mkdir public
- cp docs/diagrams/class_diagram.py public
- cd public
- mkdir public#/diagrams
- cp docs/diagrams public
#- cp docs/diagrams/class_diagram.py public/diagrams
- cd public/diagrams
- python class_diagram.py
- cd ../
- cd ../../
- sphinx-build -b html docs/source public
#- mv docs/diagrams ./public
artifacts:
......
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