From 7520067318a596488f7e2b75cf1c6f592a1e0d34 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sun, 11 Aug 2019 16:07:15 +0100 Subject: [PATCH] Try the jekyll image --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 77ac404..7805f47 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,12 +1,11 @@ -image: ruby:2.3 +image: jekyll/jekyll:3.8 variables: JEKYLL_ENV: production pages: script: - - bundle install - - bundle exec jekyll build -d public + - jekyll build -d public artifacts: paths: - public