Update Workflow

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

View File

@ -2,12 +2,11 @@ name: Jekyll build
on: [push]
jobs:
lint:
name: build
build:
runs-on: ruby:3.1.3
steps:
commands:
- gem update
- gem install bundler
- bundle install
- bundle exec jekyll build
- run: gem update
- run: gem install bundler
- run: bundle install
- run: bundle exec jekyll build
uses: actions/checkout@v3