Explorar o código

Merge branch 'master' into 'master'

Support UTF-8 by default

See merge request pages/jekyll!27
Achilleas Pipinellis %!s(int64=6) %!d(string=hai) anos
pai
achega
45b7f92e6b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .gitlab-ci.yml

+ 1 - 0
.gitlab-ci.yml

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