mirror of
https://github.com/adulau/art.git
synced 2024-11-22 01:57:06 +00:00
14 lines
No EOL
228 B
YAML
14 lines
No EOL
228 B
YAML
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:
|
|
- master |