From 88caef65762eee322fef09665a32c4edbebda31a Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Thu, 13 Jun 2024 11:20:58 +0200 Subject: [PATCH] Need path --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d2552eb054..49d8ac8bcb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -620,6 +620,7 @@ release-docs: script: - "make gen-lib-doc gen-docs-doc" - "cp -r ./lib/python/docs/build/html ./final/${APP_VERSION}/python" # sphinx + - "mkdir -p ./final/${APP_VERSION}/rest" - "cp .docs/.swagger/api.yaml ./final/${APP_VERSION}/rest/api.yaml" # swagger - "cp .docs/.swagger/swagger-ui.html ./final/${APP_VERSION}/rest/index.html" # swagger - "cp .docs/.swagger/custom.css ./final/${APP_VERSION}/rest/custom.css" # swagger -- GitLab