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