From f576f80569619be0e73a65ce2380ebac818c720f Mon Sep 17 00:00:00 2001 From: Pavel Tisnovsky Date: Wed, 22 Jan 2025 10:51:33 +0100 Subject: [PATCH] Fixed UML diagrams command Signed-off-by: Pavel Tisnovsky --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a64c4fba..083d68c2 100644 --- a/Makefile +++ b/Makefile @@ -138,8 +138,9 @@ config.puml: ## Generate PlantUML class diagram for configuration mv docs/classes.puml docs/config.puml llms.puml: ## Generate PlantUML class diagram for LLM plugin system - pyreverse ols/src/llms/ --output puml --output-directory=docs + pyreverse ols/src/llms/ --output puml --output-directory=docs/ mv docs/classes.puml docs/llms_classes.uml + mv docs/packages.puml docs/llms_packages.uml distribution-archives: ## Generate distribution archives to be uploaded into Python registry pdm run python -m build