1
Fork 0

Fix CI error (2)

master
Vladimir Hodakov 2018-10-28 20:26:36 +04:00
parent f327208b6b
commit f8589feb6a
Signed by: Vladimir Hodakov
GPG Key ID: 673980B6882F82C6
2 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,6 @@ before_script:
build site:
stage: build
script:
- ls ./
- bundle exec jekyll build -d public
artifacts:
expire_in: 1 month

View File

@ -5,7 +5,7 @@ module Jekyll
priority :low
# Russian locale
include I18nFilter
include Jekyll::I18nFilter
# Generates the reviews file
def generate(site)