From 2f53fb48ebcd1ca274a9718a8365b0b6c0a99c45 Mon Sep 17 00:00:00 2001
From: Barefoot Stache <barefootstache@protonmail.com>
Date: Sun, 1 May 2022 22:33:39 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7801dd7..33004d8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,14 +5,15 @@
 # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Pages/HTML.gitlab-ci.yml
 
 # Full project: https://gitlab.com/pages/plain-html
+image: alpine:latest
+
 pages:
   stage: deploy
   script:
-    - mkdir .public
-    - cp -r * .public
-    - mv .public public
+  - echo 'Nothing to do...'
   artifacts:
     paths:
-      - public
+    - docs
   only:
-    - master
+  - master
+
-- 
GitLab