From ed28415d5ff6c8c32ca8cc1378c4708f55cc69e8 Mon Sep 17 00:00:00 2001
From: Florian Sesser <florian@privatestorage.io>
Date: Tue, 27 Apr 2021 14:37:38 +0000
Subject: [PATCH] the fewer code the better

---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 205bedaf..20c3b315 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,7 +13,6 @@ docs:
   artifacts:
     paths:
       - "docs/build/"
-    expose_as: "documentation"
 
 unit-tests:
   stage: "test"
-- 
GitLab