1
0
mirror of https://github.com/devolitalia/forty-jekyll-theme synced 2025-01-09 14:44:16 +01:00
devol.it/.gitlab-ci.yml
2017-02-11 03:38:31 +00:00

12 lines
161 B
YAML

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