From 9b1f11ca6e70e1357aa442442eaed91127579ef8 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis <axilleas@axilleas.me> Date: Thu, 17 Dec 2015 21:59:56 +0000 Subject: [PATCH] Install redcarpet --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02cf7e8..ff0eb8a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,7 @@ pages: image: ruby:2.1 script: - gem install jekyll + - gem install redcarpet - jekyll build -d public artifacts: paths: -- GitLab