From de2afd46c76de56d2f6de5d19398588dbf28bc36 Mon Sep 17 00:00:00 2001
From: Erwan Jahier <erwan.jahier@univ-grenoble-alpes.fr>
Date: Mon, 13 Jan 2020 14:47:17 +0100
Subject: [PATCH] Docs: cp the poster image when building the doc in the CI

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b015faa3..d92e3593 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,6 +40,7 @@ pages:
     - cp -rf ../styles/  ../../public/
     - cp -rf sasabatch.pdf  ../../public/
     - cp -rf sasabatch.png  ../../public/
+    - cp -rf poster.png  ../../public/
     - cp -rf sasabatch.svg  ../../public/
     
   artifacts:
-- 
GitLab