From 895a0fe6c927fe456e61ae0491a588b0642bacaa Mon Sep 17 00:00:00 2001
From: Daniel <daniel@harvey>
Date: Thu, 19 Nov 2020 13:14:54 +0100
Subject: [PATCH] WIP: Deploying pages

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1db4c039..58c2d151 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -88,3 +88,14 @@ build-testenv:
       --cache-from $CI_REGISTRY_IMAGE
       -t $CI_REGISTRY_IMAGE .
     - docker push $CI_REGISTRY_IMAGE
+
+# Build the sphinx documentation and make it ready for deployment by Gitlab Pages
+# documentation:
+#   stage: deploy
+
+# Special job for serving the result
+pages:
+  stage: deploy
+  artifacts:
+    paths:
+      - public
-- 
GitLab