From 6cef39a30cd92d7121af4d17da509721ba2488b9 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Tue, 18 May 2021 19:17:32 -0500 Subject: [PATCH] modified: .gitlab-ci.yml --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b447a2..3c778bc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,9 +8,10 @@ pages: - if: '$CI_SERVER_HOST == "gitlab.phy.anl.gov" && $CI_COMMIT_BRANCH == "master"' script: - git clone https://github.com/root-project/jsroot.git public - #- cp -r `root-config --prefix`/js public - - cd public && ln -s index.htm index.html && cd .. - cp .htaccess public/. + - cp index.htm public/. + - cd public && ln -s index.htm index.html && cd .. + #- cp -r `root-config --prefix`/js public artifacts: paths: - public -- GitLab