From aaa53fe219e294bd4745b55ba5c1a78ad0b3a866 Mon Sep 17 00:00:00 2001
From: Antonio Terceiro <terceiro@softwarelivre.org>
Date: Wed, 10 Jan 2018 09:58:00 -0200
Subject: [PATCH 1/2] .gitlab-ci.yml: avoid redundant step

The Makefile already does that
---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8b0ba06..c7a33d3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,6 @@ pages:
   - apt-get -qq update && apt-get -qq install -y make pandoc
   script:
   - make
-  - cp -R extra/ public/
   artifacts:
     paths:
     - public
-- 
2.15.1

