From 8e605152e9af69fd32a2d26e4a937f0ca69f06e0 Mon Sep 17 00:00:00 2001
From: Krisjanis Rijnieks <krisjanis.rijnieks@gmail.com>
Date: Mon, 18 Dec 2023 22:06:01 +0200
Subject: [PATCH] Prevent CI building page

---
 .gitlab-ci.yml    | 7 -------
 public/.gitkeep   | 0
 public/index.html | 3 ---
 3 files changed, 10 deletions(-)
 delete mode 100644 .gitlab-ci.yml
 delete mode 100644 public/.gitkeep
 delete mode 100644 public/index.html

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index 9cde3f3..0000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-pages:
-  stage: deploy
-  script:
-    - echo "The site will be deployed to $CI_PAGES_URL"
-  artifacts:
-    paths:
-      - public
\ No newline at end of file
diff --git a/public/.gitkeep b/public/.gitkeep
deleted file mode 100644
index e69de29..0000000
diff --git a/public/index.html b/public/index.html
deleted file mode 100644
index 9dfcd64..0000000
--- a/public/index.html
+++ /dev/null
@@ -1,3 +0,0 @@
-<html>
-<body>
-TBP
-- 
GitLab