From 57c7fa793516e5ce6234cb74b5fbae9713278de5 Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Sun, 21 Jan 2024 15:50:23 +0100
Subject: [PATCH] Ensure the correct cmd

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5967f84374..2a6e39e0bb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -597,7 +597,8 @@ docs-latest:
     - mkdocs build && cp -r ./site ./final/latest
     - find ./final/latest -type f -exec sed -i -e "s/\$TAG/latest/g" {} \;
     - find ./final/latest -type f -exec sed -i -e "s/\$VERSION/latest/g" {} \;
-    - cp ./.docs/redirect.html ./final/index.html ./final/1.3/index.html
+    - cp ./.docs/redirect.html ./final/index.html
+    - cp ./.docs/redirect.html ./final/1.3/index.html
     - cp -r ./swagger/latest ./final/latest/swagger
   cache:
     paths:
-- 
GitLab