浏览代码

Merge branch 'master' into 'master'

Support UTF-8 by default

See merge request pages/jekyll!27
Achilleas Pipinellis 6 年之前
父节点
当前提交
45b7f92e6b
共有 1 个文件被更改,包括 1 次插入0 次删除
  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