diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a632c94df3d165b5d826ccb235933dc66fed68b5..e2c0f173dfdb29a51a25424853e25c4918af81c5 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