monero-site/.gitlab-ci.yml
2020-01-09 18:20:33 +01:00

17 lines
216 B
YAML

image: ruby:2.5
stages:
- build
variables:
LANG: "C.UTF-8"
before_script:
- gem install bundler
build_site:
stage: build
only:
- master
script:
- bundle install
- bundle exec jekyll build