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

Generate diagrams in public folder

parent 229794dd
No related branches found
No related tags found
No related merge requests found
Pipeline #47419 passed
......@@ -83,7 +83,9 @@ pages:
- pip install -e .
- mkdir public
- cp docs/diagrams/class_diagram.py public
- python public/class_diagram.py
- cd public
- python class_diagram.py
- 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