From 16f2433612c08a1bf8c7f44ec93cbb3bdea73adc Mon Sep 17 00:00:00 2001
From: mcla <mcla@dtu.dk>
Date: Mon, 19 Jun 2023 16:12:11 +0200
Subject: [PATCH] draft guide

---
 .gitlab-ci.yml | 1 +
 README.md      | 6 +++++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a71bfa9..83e91c2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,6 +22,7 @@ before_script:
   - source venv/bin/activate
 
 pages:
+  stage: deploy
   script:
     - pip install -r requirements.txt
     - jupyter-book build pg_cs
diff --git a/README.md b/README.md
index a5522c9..3d139f3 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,15 @@
 # How to create your own Course Site
 
-This repository is a template for creating your own Course Site, which if you wish, can be embedded into DTU Learn or any other web service, more or less.
+**Draft guide, not done**
+
+This repository is a template for creating your own Course Site, which if you wish, can be embedded into DTU Learn or other web services.
 
 To get started it is useful to learn about the very few files and folders included in this template.
 
 ## Files and folders 
 
+In your project, click the pg_cs folder to enter the folder where the relevant files are located.
+
 What files are supported
 
 reference bib file
-- 
GitLab