Update .gitlab-ci.yml
This commit is contained in:
parent
fa09accb41
commit
d88e7e83a1
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue