From e3563fcc159c7daaa8def6733e766d0f2e6e8303 Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Thu, 18 Jan 2024 12:41:46 +0100
Subject: [PATCH] Updated docs

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8919d855e9..6ebd3e8449 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -595,6 +595,7 @@ docs-latest:
     - pip install -r ./requirements.txt
     - mkdir -p ./final
     - find ./.docs -type f -exec sed -i -e "s/\$TAG/latest/g" {} \;
+    - find ./.docs -type f -exec sed -i -e "s/\$VERSION/${VERSION}/g" {} \;
     - mkdocs build && cp -r ./site ./final/latest
     - cp ./.docs/redirect.html ./final/index.html
     - cp -r ./swagger/latest ./final/latest/swagger
-- 
GitLab