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