From 365d8d803047a5656882d46f1daff1dfab86ac7c Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Tue, 30 May 2023 15:32:20 +0100
Subject: [PATCH] trying gitlab pages

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bd6ff2e..77d44d5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,6 +32,7 @@ cache:
     - venv/
 
 stages:
+  - docs
   - half-fat
   - full-fat
 
@@ -279,6 +280,7 @@ full_fat_epi:
 
 pages:
   when: manual
+  stage: docs
   script:
     - echo "hello"
   artifacts:
-- 
GitLab