From d88e7e83a1828fab6d5ba75c7ffefab8f2977095 Mon Sep 17 00:00:00 2001 From: Christian Date: Sun, 9 Jun 2019 13:43:08 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c1807b..48d2809 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,8 +4,9 @@ stages: - publishdocs variables: - LC_ALL: "en_US.UTF-8" + LC_ALL: C.UTF-8 LANG: "en_US.UTF-8" + JEKYLL_ENV: production coverage: image: cirrusci/flutter @@ -33,6 +34,7 @@ publishdocs: stage: publishdocs image: ruby:2.3 script: + - bundle install - bundle exec jekyll build -d public dependencies: - builddocs