Update workflow

This commit is contained in:
deathrow 2023-02-01 15:40:11 -05:00
parent b4a31abf3d
commit ad18e67345
No known key found for this signature in database
GPG Key ID: FF39D67A22069F73

View File

@ -1,12 +1,13 @@
kind: pipeline
name: Jekyll build
type: docker
on: [push]
steps:
- name: build
image: ruby:3.1.3
commands:
- gem update
- gem install bundler
- bundle install
- bundle exec jekyll build
jobs:
lint:
name: build
runs-on: ruby:3.1.3
steps:
commands:
- gem update
- gem install bundler
- bundle install
- bundle exec jekyll build