Install jekyll in gitlab-ci.yml
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
pages:
|
||||
stage: deploy
|
||||
image: jekyll/jekyll
|
||||
image: ruby:2.1
|
||||
script:
|
||||
- gem install jekyll
|
||||
- jekyll build -d public
|
||||
artifacts:
|
||||
paths:
|
||||
|
@ -1,3 +1,3 @@
|
||||
name: Your New Jekyll Site
|
||||
markdown: redcarpet
|
||||
pygments: true
|
||||
highlighter: true
|
||||
|
Reference in New Issue
Block a user