From 17b7cdfc8e9ff540b1954cdb60422b67c3c08330 Mon Sep 17 00:00:00 2001
From: Julien WITTOUCK <julien.wittouck@gmail.com>
Date: Tue, 1 Oct 2024 16:18:54 +0200
Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20:=20build=20content=20in=20pipel?=
 =?UTF-8?q?ine?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .gitlab-ci.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5dd2eda..c6fe400 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,13 +1,17 @@
 pages:
   image:
-    name: alpine
+    name: "ghcr.io/juwit/course-builder:main"
     entrypoint: ["/bin/sh", "-c"]
   stage: deploy
   rules:
     - if: $CI_COMMIT_REF_NAME == 'main'
   script:
+    - task
     - mkdir public
     - cp -R index.html css images reveal w* public
   artifacts:
     paths:
       - public
+  cache:
+    paths:
+      - .task/
-- 
GitLab