monero-site/gitlab-ci.yml
2019-12-21 17:00:48 +01:00

14 lines
186 B
YAML

image: ruby:2.5
stages:
- build
before_script:
- gem install bundler
build_site:
stage: build
only:
- master
script:
- bundle install
- bundle exec jekyll build