From 1057ceb38a4b850532d65b0956ea2294e26e3384 Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Tue, 16 Jan 2024 12:28:15 +0000
Subject: [PATCH] doc work

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6512387..6d79557 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -80,7 +80,7 @@ stages:
       - ls $PACKAGES_DIR
 
 half_fat_tests:
-  when: always
+  when: manual
   stage: half-fat
   extends: .before_script
   image: lb584/ews_coordinator_pip:gitlab
@@ -286,7 +286,7 @@ full_fat_epi:
     expire_in: 10 days
 
 pages:
-  when: manual
+  when: always
   stage: docs
   extends: .before_script
   image: lb584/ews_coordinator_pip:gitlab
diff --git a/docs/_source/installation.rst b/docs/_source/installation.rst
index 585033c..05f0539 100644
--- a/docs/_source/installation.rst
+++ b/docs/_source/installation.rst
@@ -50,9 +50,9 @@ In this example, we are using the Linux user “ewsmanager” and group “ews
         mkdir -p .\code regions\EastAfrica\workspace regions\SouthAsia\workspace regions\EastAfrica\resources regions\SouthAsia\resources met_inputs\metofficeupload\upload\Ethiopia\toMO\  met_inputs\metofficeupload\upload\Ethiopia\fromMO\daily_name\ web_data\Ethiopia met_inputs\metofficeupload\upload\SouthAsia\toMO\ met_inputs\metofficeupload\upload\SouthAsia\fromMO\daily_name\ web_data\SouthAsia .\logs .\envs\credentials
 
 :download:`Download .batch file <../_static/assets/windows_create_dirs.batch>`
-:download:`Download .sh file <../_static/assets/linux_create_dirs.batch>`
+:download:`Download .sh file    <../_static/assets/linux_create_dirs.sh>`
 
-   chmod -R g+sw <install_location>
+chmod -R g+sw <install_location>
 
 (make all files written here default to the current user group, and group-writable
 
-- 
GitLab