From 17042f20e3ae20c9f90a9aeb91c15d754bc05c6a Mon Sep 17 00:00:00 2001
From: Administrator <admin@common-lisp.net>
Date: Fri, 5 Oct 2018 21:17:30 +0000
Subject: [PATCH] Try automatic deployment through "gitlab pages" (without
 using the daemon)

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7489cdd..2d70444 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,3 +1,14 @@
 
 build-site:
     script: make
+
+pages:
+    script:
+      - make
+      - mv output public
+    artifacts:
+      paths:
+        - public
+    only: 
+        - master
+
-- 
GitLab