1
0
mirror of https://github.com/devolitalia/forty-jekyll-theme synced 2025-01-08 22:31:26 +01:00
devol.it/.gitlab-ci.yml
2016-12-10 18:01:50 +00:00

14 lines
228 B
YAML

image: ruby:2.3
pages:
stage: build
script:
- gem install jekyll
- jekyll build -d public
- gem build forty_jekyll_theme.gemspec
artifacts:
paths:
- public
- "forty_jekyll_theme-*.gem"
only:
- master