From 1c663aa7c5660ea444c0db3f9bc4f6a040d994e8 Mon Sep 17 00:00:00 2001 From: Rebecca Kohlhaas <rebecca.kohlhaas@iws.uni-stuttgart.de> Date: Tue, 23 Jul 2024 07:24:45 +0000 Subject: [PATCH] Generate diagrams in public folder --- .gitlab-ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f83141176..13218045c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: -- GitLab