From e05ff349856af2f1d4786b96508bd9939dd49571 Mon Sep 17 00:00:00 2001 From: Andrew Banchich Date: Sat, 10 Dec 2016 04:28:08 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8d03a52..11d9ca0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,25 +1,14 @@ -# This file is a template, and might need editing before it works on your project. -# Full project: https://gitlab.com/pages/jekyll image: ruby:2.3 -test: - stage: test - script: - - gem install jekyll - - jekyll build -d test - artifacts: - paths: - - test - except: - - master - -pages: - stage: deploy +forty_jekyll_theme: + 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 + - master \ No newline at end of file