From aa55cd5f858cc4174725f79b6c6f83978a7216e1 Mon Sep 17 00:00:00 2001
From: Stephan Schulz <stephan.schulz-x2q@rub.de>
Date: Fri, 27 Nov 2020 12:07:53 +0100
Subject: [PATCH] update CI to use new hugo and build.sh

---
 .gitlab-ci.yml | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2e6720a..de897b5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,12 +1,14 @@
+variables:
+  GIT_SUBMODULE_STRATEGY: recursive
+
 pages:
   tags:
   - linux
   image: jojomi/hugo
   script:
-  - wget https://github.com/gohugoio/hugo/releases/download/v0.40.1/hugo_0.40.1_Linux-32bit.tar.gz
-  - tar -xzvf hugo_0.40.1_Linux-32bit.tar.gz
-  - ./hugo version
-  - ./hugo -D
+  - wget https://github.com/gohugoio/hugo/releases/download/v0.78.0/hugo_0.78.0_Linux-32bit.tar.gz
+  - tar -xzvf hugo_0.78.0_Linux-32bit.tar.gz
+  - ./build.sh
   artifacts:
     paths:
     - public
@@ -18,3 +20,5 @@ pages:
       #url: http://www.scafacos.de
       #author:
       #  github: scafacos
+      #
+# vim: et ts=2 sw=2
-- 
GitLab