monero-site/.gitlab-ci.yml
2020-01-09 17:46:45 +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