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

Generate diagrams in public folder

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