From cb9e8375d9768b3f13a218b9bae3c3689d090d53 Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Fri, 7 Dec 2018 11:50:27 +0100
Subject: [PATCH] build images

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 499aab9..51c4b29 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,6 +18,7 @@ build:
     - (cd _data && wget http://www.dynare.org/RePEc/cpm/dynare/wp.yml)
     - bundle install
   script:
+    - (cd assets/images/logo && make)
     - bundle exec jekyll build
   artifacts:
     paths:
-- 
GitLab