Merge branch 'master' into 'master'

Support UTF-8 by default

See merge request pages/jekyll!27
This commit is contained in:
Achilleas Pipinellis
2018-07-03 11:26:37 +00:00

View File

@ -2,6 +2,7 @@ image: ruby:2.3
variables: variables:
JEKYLL_ENV: production JEKYLL_ENV: production
LC_ALL: C.UTF-8
before_script: before_script:
- bundle install - bundle install