From 2dfd5f1d61bb8c6d0270383761fcb158d3993f1d Mon Sep 17 00:00:00 2001
From: dgelessus <dgelessus@users.noreply.github.com>
Date: Tue, 26 Sep 2023 19:35:55 +0200
Subject: [PATCH] Exclude build/eclipse from artifacts

---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 500b7f8..e267e4a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,5 +23,7 @@ build:
     - cp org.rodinp.handbook.releng/index.html org.rodinp.handbook.repository/target/repository
   artifacts:
     paths:
-      - org.rodinp.handbook.feature/build
+      - org.rodinp.handbook.feature/build/files
+      - org.rodinp.handbook.feature/build/html
+      - org.rodinp.handbook.feature/build/pdf
       - org.rodinp.handbook.repository/target/repository
-- 
GitLab