Specify Jekyll version for GitLab

This commit is contained in:
c v t 2019-09-06 14:32:21 +02:00
parent 74d2dbb867
commit 4d041ec7dd
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ deploy:
before_script: before_script:
- apt-get update -y - apt-get update -y
- apt-get -y install rsync - apt-get -y install rsync
- gem install jekyll - gem install jekyll -v 3.6.0
- eval $(ssh-agent -s) - eval $(ssh-agent -s)
script: script:
- jekyll build -d public - jekyll build -d public