From 33e9dffdd3e73ae4635e53566af159e577f0d79d Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Thu, 16 Nov 2023 14:23:25 +0000
Subject: [PATCH] more instruction work

---
 .gitlab-ci.yml                | 4 ++--
 docs/_source/installation.rst | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4f223c2..22b8fae 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -78,7 +78,7 @@ stages:
       - ls $PACKAGES_DIR
 
 half_fat_tests:
-  when: always
+  when: manual
   stage: half-fat
   extends: .before_script
   image: lb584/ews_coordinator:latest
@@ -284,7 +284,7 @@ full_fat_epi:
     expire_in: 10 days
 
 pages:
-  when: manual
+  when: always
   stage: docs
   extends: .before_script
   image: lb584/ews_coordinator:latest
diff --git a/docs/_source/installation.rst b/docs/_source/installation.rst
index f87df9c..31e90b8 100644
--- a/docs/_source/installation.rst
+++ b/docs/_source/installation.rst
@@ -15,7 +15,7 @@ The example code below is from a Linux system using the Bash shell. The pipeline
 Windows equivalents.
 
 **THESE INSTRUCTIONS ASSUME YOU HAVE ADMIN PRIVILEGES ON THE COMPUTER YOU ARE USING, AND ARE FAMILIAR WITH DOCKER**, If
-you are not familiar with DOcker, you shoiuld be able to follow the instructions, but may run into difficulties you go
+you are not familiar with Docker, you should be able to follow the instructions, but may run into difficulties you go
 off-track.
 
 1: Create installation dirs:
-- 
GitLab