From f6e38d39d7f8f355a83845074588cac295696516 Mon Sep 17 00:00:00 2001 From: czmj Date: Sun, 24 Sep 2017 17:24:27 +0100 Subject: [PATCH] now the gemspec is named wrong...ugh --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4444710..250d49a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,10 +5,10 @@ pages: script: - gem install jekyll - jekyll build -d public - - gem build spectral_jekyll_theme.gemspec + - gem build autonomic.gemspec artifacts: paths: - public - - "spectral_jekyll_theme-*.gem" + - "autonomic-*.gem" only: - master \ No newline at end of file