From 4ddcad86b2ea65e0db1e2698b838ffb0a756d3aa Mon Sep 17 00:00:00 2001
From: Dmitry Romanov <romanov@jlab.org>
Date: Mon, 21 Feb 2022 19:57:33 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 62b7a36..31d7552 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,8 +9,7 @@ pages:
   script:
     - git clone -b 6.1.0 https://github.com/root-project/jsroot.git public
     - cp .htaccess public/.
-    - cp -r macros public/.
-    - cd public && ln -s index.htm index.html && cd ..
+    - cp index.htm public
       #- cp index.htm public/.
       #- cp -r `root-config --prefix`/js public
   artifacts:
-- 
GitLab