From 7ee9e54496f2206a1f8cde33c205b378c17a6575 Mon Sep 17 00:00:00 2001
From: Valerio Formato <valerio.formato@cern.ch>
Date: Wed, 30 Aug 2023 15:05:03 +0200
Subject: [PATCH] Figuring out the right build steps...

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 21fd21e..fb96619 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,6 +5,7 @@ stages:
 .build: &build
   stage: build
   script: 
+    - cd docs
     - make html
 
 build:docker:
-- 
GitLab