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
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:
image: ruby
pages:
stage: build
script:
- gem install jekyll
- jekyll build -d public
only:
- master