This website works better with JavaScript.
Home
Help
Register
Sign In
fat0troll
/
lorchess.ru
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix CI error (3)
master
Vladimir Hodakov
1 year ago
parent
f8589feb6a
commit
750e5ea21f
Signed by:
Vladimir Hodakov
<vladimir@hodakov.me>
GPG Key ID:
673980B6882F82C6
2 changed files
with
2 additions
and
2 deletions
Split View
Show Diff Stats
+1
-0
.gitignore
+1
-2
_plugins/2-generate_reviews.rb
+ 1
- 0
.gitignore
View File
@@ -2,3 +2,4 @@
/public/*
!/public/.gitkeep
/*/_drafts/
vendor/
+ 1
- 2
_plugins/2-generate_reviews.rb
View File
@@ -4,8 +4,7 @@ module Jekyll
safe true
priority :low
# Russian locale
include Jekyll::I18nFilter
include I18nFilter
# Generates the reviews file
def generate(site)
Write
Preview
Loading…
Cancel
Save