From 20086e964622cff14d10c19e088af387bcf53cfb Mon Sep 17 00:00:00 2001 From: Krishna Kant Singh <k.singh@fz-juelich.de> Date: Fri, 28 Mar 2025 12:18:29 +0100 Subject: [PATCH] Edit .gitlab-ci.yml --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 06dc0fe..e89e6b5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,6 @@ -# The Docker image that will be used to build your app -image: alpine:latest - pages: + tags: + - public-docker script: - mkdir -p public # Ensure the public folder exists - cp index.html public/ # Move your HTML file into the public folder -- GitLab