Skip to content
Snippets Groups Projects
Commit 682993dc authored by kohlhaasrebecca's avatar kohlhaasrebecca
Browse files
parents caa4b515 ceddb290
No related branches found
No related tags found
No related merge requests found
Pipeline #47425 passed
...@@ -81,8 +81,11 @@ pages: ...@@ -81,8 +81,11 @@ 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 .
- mkdir public#/diagrams - mkdir public
- cp docs/diagrams public - cd public
- mkdir diagrams
- cd ../
- cp docs/diagrams/* public/diagrams
#- cp docs/diagrams/class_diagram.py public/diagrams #- cp docs/diagrams/class_diagram.py public/diagrams
- cd public/diagrams - cd public/diagrams
- python class_diagram.py - python class_diagram.py
......
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