mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 08:18:03 +00:00
15 lines
186 B
YAML
15 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
|