monero-site/.gitlab-ci.yml

18 lines
216 B
YAML
Raw Normal View History

image: ruby:2.5
stages:
- build
2020-01-09 17:13:46 +00:00
variables:
LANG: "C.UTF-8"
before_script:
- gem install bundler
build_site:
stage: build
only:
- master
script:
- bundle install
- bundle exec jekyll build