now the gemspec is named wrong...ugh

This commit is contained in:
czmj 2017-09-24 17:24:27 +01:00
parent c13040354c
commit f6e38d39d7
1 changed files with 2 additions and 2 deletions

View File

@ -5,10 +5,10 @@ pages:
script: script:
- gem install jekyll - gem install jekyll
- jekyll build -d public - jekyll build -d public
- gem build spectral_jekyll_theme.gemspec - gem build autonomic.gemspec
artifacts: artifacts:
paths: paths:
- public - public
- "spectral_jekyll_theme-*.gem" - "autonomic-*.gem"
only: only:
- master - master