devol.it/.gitlab-ci.yml

12 lines
150 B
YAML

image: ruby
pages:
stage: build
script:
- gem install jekyll
- jekyll build -d public
artifacts:
paths:
- public
only:
- master