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

14 lines
228 B
YAML
Raw Normal View History

2016-08-25 20:05:54 +02:00
image: ruby:2.3
2016-12-10 19:01:50 +01:00
pages:
2016-12-10 05:28:08 +01:00
stage: build
2016-08-25 20:05:54 +02:00
script:
2016-11-21 03:46:40 +01:00
- gem install jekyll
2016-08-25 20:05:54 +02:00
- jekyll build -d public
2016-12-10 05:28:08 +01:00
- gem build forty_jekyll_theme.gemspec
2016-08-25 20:05:54 +02:00
artifacts:
paths:
- public
2016-12-10 05:28:08 +01:00
- "forty_jekyll_theme-*.gem"
2016-08-25 20:05:54 +02:00
only:
2016-12-10 05:28:08 +01:00
- master