Install jekyll in gitlab-ci.yml

This commit is contained in:
Kamil Trzcinski
2015-12-17 12:58:51 +01:00
parent c6e3b66fd8
commit 1ffb1f4c93
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
pages:
stage: deploy
image: jekyll/jekyll
image: ruby:2.1
script:
- gem install jekyll
- jekyll build -d public
artifacts:
paths:

View File

@ -1,3 +1,3 @@
name: Your New Jekyll Site
markdown: redcarpet
pygments: true
highlighter: true