Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
selsta
monero-site
Commits
7430b1d8
Verified
Commit
7430b1d8
authored
Jan 09, 2020
by
selsta
Browse files
gitlab-ci: fix UTF-8 support
parent
ebebea41
Pipeline
#318
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7430b1d8
...
...
@@ -2,6 +2,9 @@ image: ruby:2.5
stages
:
-
build
variables
:
LANG
:
"
C.UTF-8"
before_script
:
-
gem install bundler
...
...
@@ -9,6 +12,7 @@ build_site:
stage
:
build
only
:
-
master
-
merge_requests
script
:
-
bundle install
-
bundle exec jekyll build
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment