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 name: Jekyll build
type: docker on: [push]
steps: jobs:
- name: build lint:
image: ruby:3.1.3 name: build
commands: runs-on: ruby:3.1.3
- gem update steps:
- gem install bundler commands:
- bundle install - gem update
- bundle exec jekyll build - gem install bundler
- bundle install
- bundle exec jekyll build