mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-23 19:15:55 +00:00
commit
1eab23c3af
1 changed files with 0 additions and 17 deletions
|
@ -1,17 +0,0 @@
|
|||
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
|
Loading…
Reference in a new issue