From 554ed62024ea569390b498cf7f48f35cb168ea50 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Wed, 26 Sep 2018 20:48:23 +0800 Subject: [PATCH] gitlab-ci; fix encoding --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3e9cf7f..0721dc4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,9 @@ image: ruby:2.3 variables: JEKYLL_ENV: production + LC_ALL: "C.UTF-8" + LANG: "en_US.UTF-8" + LANGUAGE: "en_US.UTF-8" before_script: - bundle install -- 2.45.2