1
Fork 0

Add build via Gitlab CI

master
Vladimir Hodakov 2018-10-28 19:46:33 +04:00
parent 15b8f3a13e
commit 008ee57ecf
Signed by: Vladimir Hodakov
GPG Key ID: 673980B6882F82C6
1 changed files with 17 additions and 0 deletions

17
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,17 @@
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