Skip to content
Snippets Groups Projects
Commit 1ffb1f4c authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files

Install jekyll in gitlab-ci.yml

parent c6e3b66f
No related branches found
No related tags found
No related merge requests found
pages:
stage: deploy
image: jekyll/jekyll
image: ruby:2.1
script:
- gem install jekyll
- jekyll build -d public
artifacts:
paths:
......
name: Your New Jekyll Site
markdown: redcarpet
pygments: true
highlighter: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment