[Actions] Struggle with containers for real tho
All checks were successful
/ jekyll (push) Successful in 28s

This commit is contained in:
Bill Niblock 2024-02-26 22:15:46 -05:00
parent eeea307613
commit 37d3ec7e40

View file

@ -1,14 +1,10 @@
on: [push]
jobs:
jekyll:
runs-on: node20
runs-on: docker
container:
image: ubuntu:latest
image: jvconseil/jekyll-docker
steps:
- uses: actions/checkout@v4
- uses: https://github.com/ruby/setup-ruby@v1
with:
ruby-version: '3.3' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle install
- run: jekyll help