From 263543d0f8b9712e70d3c1d0121cea24862bca5b Mon Sep 17 00:00:00 2001 From: krishna <krishnakant.singh14@gmail.com> Date: Fri, 28 Mar 2025 16:35:00 +0100 Subject: [PATCH] removel yaml file --- .gitlab-ci.yaml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .gitlab-ci.yaml diff --git a/.gitlab-ci.yaml b/.gitlab-ci.yaml deleted file mode 100644 index faa5d16..0000000 --- a/.gitlab-ci.yaml +++ /dev/null @@ -1,13 +0,0 @@ -image: alpine:latest # Using a minimal Alpine Linux image - -pages: - script: - - mkdir -p public # Ensure the public folder exists - - cp index.html public/ # Move your HTML file into the public folder - artifacts: - paths: - - public # GitLab Pages serves files from 'public' - only: - - main # Runs this job only on the main branch - - -- GitLab