From 055ad045d60916f4c399c61362308bacb15ff38f Mon Sep 17 00:00:00 2001
From: Florian Atteneder <florian.atteneder@uni-jena.de>
Date: Thu, 4 Nov 2021 18:53:11 +0100
Subject: [PATCH] configured CI to publish documentation

---
 .gitlab-ci.yml | 7 ++++---
 README.md      | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 54f21026..195c97ca 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,3 +1,5 @@
+# setup follows https://gitlab.com/tkpapp/GitlabJuliaDemo.jl/-/tree/master
+
 image: julia:1.6
 
 before_script:
@@ -13,6 +15,5 @@ pages:
   artifacts:
     paths:
       - public
-
-  # only:
-  #   - main
+  only:
+    - main
diff --git a/README.md b/README.md
index d0515a65..67f8b0da 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 ## TODO
 
-- [ ] Setup documentation with `Documenter.jl`.
+- [ ] Update this readme.
 - [ ] Figure out how to use Latex with `@doc` macros.
 - [ ] Introduce `StateVector` object which should handle data layout
       in memory, e.g. each variable is a contiguous segment inside a vector.
-- 
GitLab