From c8c3ce270be9282e5807509e146f84e2170c9375 Mon Sep 17 00:00:00 2001
From: Dimitrios Giannopoulos <dimit.giannopoulos@upnet.gr>
Date: Tue, 23 Jan 2024 10:46:12 +0000
Subject: [PATCH] fixes to git and mike

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5ff47f18..5c02018e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,7 @@ pages:
       elif [ "$CI_COMMIT_REF_PROTECTED" == "true" ]; then
         mike deploy --deploy-prefix public -r $HTTPS_REMOTE -p -b $PAGES_BRANCH -u $CI_COMMIT_BRANCH
       fi
-      git checkout $PAGES_BRANCH -- public/
+    - git checkout $PAGES_BRANCH -- public/
   artifacts:
     paths:
       - public/
-- 
GitLab