Fix CI error (2)
This commit is contained in:
parent
f327208b6b
commit
f8589feb6a
@ -12,7 +12,6 @@ before_script:
|
||||
build site:
|
||||
stage: build
|
||||
script:
|
||||
- ls ./
|
||||
- bundle exec jekyll build -d public
|
||||
artifacts:
|
||||
expire_in: 1 month
|
||||
|
@ -5,7 +5,7 @@ module Jekyll
|
||||
priority :low
|
||||
|
||||
# Russian locale
|
||||
include I18nFilter
|
||||
include Jekyll::I18nFilter
|
||||
|
||||
# Generates the reviews file
|
||||
def generate(site)
|
||||
|
Loading…
Reference in New Issue
Block a user