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] on: [push]
jobs: jobs:
lint: build:
name: build
runs-on: ruby:3.1.3 runs-on: ruby:3.1.3
steps: steps:
commands: - run: gem update
- gem update - run: gem install bundler
- gem install bundler - run: bundle install
- bundle install - run: bundle exec jekyll build
- bundle exec jekyll build uses: actions/checkout@v3