Moving this Blog to GitLab Feb. 11, 2020 in Text
This blog has now been moved to GitLab, allowing me to experiment with their CI / CD setup.
For anyone curious, this is currently my .gitlab-ci.yaml
:
variables:
GIT_DEPTH: 1
image: ruby:2.5
cache:
paths:
- _vendor
before_script:
- bundle install --path _vendor
pages:
stage: deploy
script:
- bundle exec jekyll build -d public
artifacts:
paths:
- public
only:
- master
Fractal Pen PlottersI Completed BathHalf 2020