From ac4a01844023320da208f0cc312e59bf9bfac01c Mon Sep 17 00:00:00 2001 From: Maria Petrova-El Sayed <m.petrova@fz-juelich.de> Date: Mon, 7 Jun 2021 12:50:01 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a632c94..e2c0f17 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,3 @@ - pages: cache: {} image: alpine:latest @@ -6,7 +5,7 @@ pages: - public-docker stage: deploy script: - - echo 'Nothing to do...' + - cp public/jsc-index.html public/index.html artifacts: paths: - public -- GitLab