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

14 lines
234 B
YAML

image: ruby:2.3
pages:
stage: build
script:
- gem install jekyll
- jekyll build -d public
- gem build spectral_jekyll_theme.gemspec
artifacts:
paths:
- public
- "spectral_jekyll_theme-*.gem"
only:
- master