Update .gitlab-ci.yml

This commit is contained in:
Christian 2019-06-09 13:43:08 +00:00
parent fa09accb41
commit d88e7e83a1

View file

@ -4,8 +4,9 @@ stages:
- publishdocs - publishdocs
variables: variables:
LC_ALL: "en_US.UTF-8" LC_ALL: C.UTF-8
LANG: "en_US.UTF-8" LANG: "en_US.UTF-8"
JEKYLL_ENV: production
coverage: coverage:
image: cirrusci/flutter image: cirrusci/flutter
@ -33,6 +34,7 @@ publishdocs:
stage: publishdocs stage: publishdocs
image: ruby:2.3 image: ruby:2.3
script: script:
- bundle install
- bundle exec jekyll build -d public - bundle exec jekyll build -d public
dependencies: dependencies:
- builddocs - builddocs