From f8589feb6a1f31c89ea6be19c0406925161507f2 Mon Sep 17 00:00:00 2001 From: Vladimir Hodakov Date: Sun, 28 Oct 2018 20:26:36 +0400 Subject: [PATCH] Fix CI error (2) --- .gitlab-ci.yml | 1 - _plugins/2-generate_reviews.rb | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1531f7b..2c0cf1b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,6 @@ before_script: build site: stage: build script: - - ls ./ - bundle exec jekyll build -d public artifacts: expire_in: 1 month diff --git a/_plugins/2-generate_reviews.rb b/_plugins/2-generate_reviews.rb index 7ddfdab..90b74fa 100644 --- a/_plugins/2-generate_reviews.rb +++ b/_plugins/2-generate_reviews.rb @@ -5,7 +5,7 @@ module Jekyll priority :low # Russian locale - include I18nFilter + include Jekyll::I18nFilter # Generates the reviews file def generate(site)