Update .gitlab-ci.yml

This commit is contained in:
Andrew Banchich 2017-02-11 03:31:58 +00:00
parent 6376927a18
commit 2048dd40d6
1 changed files with 8 additions and 13 deletions

View File

@ -1,14 +1,9 @@
image: ruby:2.3 image: ruby
pages: pages:
stage: build stage: build
script: script:
- gem install jekyll - gem install jekyll
- jekyll build -d public - jekyll build -d public
- gem build forty_jekyll_theme.gemspec only:
artifacts:
paths:
- public
- "forty_jekyll_theme-*.gem"
only:
- master - master