From 9f8b1f7c70e3acd4bf512ebe368d628f4a0d28ac Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Wed, 28 Feb 2024 20:39:29 +0100
Subject: [PATCH] ci(docs): Fix include error

---
 docs/.gitlab-ci.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/.gitlab-ci.yaml b/docs/.gitlab-ci.yaml
index 2d176c271..282a38fa6 100644
--- a/docs/.gitlab-ci.yaml
+++ b/docs/.gitlab-ci.yaml
@@ -1,3 +1,6 @@
+include:
+  - local: 'images/.utils/gitlab-earthly.yaml'
+
 stages:
     - build
 
-- 
GitLab