Browse Source

Install redcarpet

Achilleas Pipinellis 9 years ago
parent
commit
9b1f11ca6e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitlab-ci.yml

+ 1 - 0
.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: