From 366f563d6107fd89ae991d92d324f17269253965 Mon Sep 17 00:00:00 2001
From: Hammouda Elbez <hammouda.elbez@univ-lille.fr>
Date: Tue, 18 Oct 2022 11:50:37 +0200
Subject: [PATCH] Update .gitignore Deleted .gitlab-ci.yml

---
 .gitignore     |  2 +-
 .gitlab-ci.yml | 24 ------------------------
 2 files changed, 1 insertion(+), 25 deletions(-)
 delete mode 100644 .gitlab-ci.yml

diff --git a/.gitignore b/.gitignore
index 85a1daf..8b13789 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/public
\ No newline at end of file
+
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index 20db005..0000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-image: python:3.8-buster
-
-before_script:
-  - pip install -r requirements.txt
-
-test:
-  stage: test
-  script:
-  - mkdocs build --strict --verbose --site-dir test
-  artifacts:
-    paths:
-    - test
-  rules:
-    - if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
-
-pages:
-  stage: deploy
-  script:
-  - mkdocs build --strict --verbose
-  artifacts:
-    paths:
-    - public
-  rules:
-    - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
\ No newline at end of file
-- 
GitLab