1
Fork 0
lorchess.ru/.gitlab-ci.yml

18 lines
269 B
YAML
Raw Normal View History

2018-10-28 19:46:33 +04:00
image: ruby:2.5-alpine
variables:
JEKYLL_ENV: production
LC_ALL: en_US.UTF-8
before_script:
- bundle install --path=vendor/
build site:
stage: build
script:
- bundle exec jekyll build -d public
artifacts:
expire_in: 1 month
paths:
- public