mirror of
https://github.com/adulau/art.git
synced 2024-11-22 01:57:06 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
6376927a18
commit
2048dd40d6
1 changed files with 8 additions and 13 deletions
|
@ -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
|
Loading…
Reference in a new issue