Jekyll Build

This commit is contained in:
deathrow 2023-02-01 15:35:03 -05:00
parent 641662cddc
commit 745570e4dd
No known key found for this signature in database
GPG Key ID: FF39D67A22069F73

View File

@ -0,0 +1,12 @@
kind: pipeline
name: Jekyll build
type: docker
steps:
- name: build
image: ruby:3.1.3
commands:
- gem update
- gem install bundler
- bundle install
- bundle exec jekyll build