From 6554ed196407b010021175531bb305d6f20bfd22 Mon Sep 17 00:00:00 2001
From: "Thomas H. Espe" <te@nilu.no>
Date: Tue, 2 Jul 2024 07:36:35 +0000
Subject: [PATCH] Add stages

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f534bae..0d5176c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,9 @@ image: python:3.11-slim
 # Functions that should be executed before the build script is run
 before_script:
   - python3 -m pip install sphinx
+
+stages:
+  - pages
 pages:
   script:
     - sphinx-build -b html docs/ public/
-- 
GitLab