This repository has been archived on 2023-02-03. You can view files and clone it, but cannot push or open issues or pull requests.
autonomic.zone/.gitlab-ci.yml

19 lines
239 B
YAML
Raw Normal View History

2017-09-24 16:22:24 +00:00
image: ruby:2.4.2
2017-08-31 11:44:57 +00:00
2017-10-04 13:36:04 +00:00
variables:
GEMSPEC: "autonomic.gemspec"
stages:
- site-build
- deploy
site-builder:
stage: site-build
before_script:
- gem install jekyll
script:
- jekyll build
2017-08-31 11:44:57 +00:00
artifacts:
paths:
2017-10-04 13:36:04 +00:00
- dist