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
|
||||
|
||||
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
|
Loading…
Reference in a new issue