From 9328ef18ef42d2c2cfbe83a11d7907ab99772bb1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= <hugo@lysator.liu.se>
Date: Sun, 14 May 2023 13:37:12 +0200
Subject: [PATCH] Remove expire-never from gitlab-ci artifacts.

Keep latest is enabled on the gitlab project instead. Old documents are
of little interest.
---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 47e9739..369be60 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,4 +11,3 @@ build:
   artifacts:
     paths:
       - "*.pdf"
-    expire_in: never
-- 
GitLab