From 0cf658afb7384041f5367ba52c81e8730431a4b7 Mon Sep 17 00:00:00 2001
From: Louis <contact@louiscap.co>
Date: Wed, 18 Dec 2024 20:59:53 +0000
Subject: [PATCH] Always build docs on trunk

---
 .gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3304c49..1287c36 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -80,5 +80,4 @@ pages:
       - public
     expire_in: 4 days
   rules:
-    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
-    - when: manual
\ No newline at end of file
+    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
\ No newline at end of file
-- 
GitLab