From 37d3ec7e4068ced58f59dc730196bf0600a1e019 Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Mon, 26 Feb 2024 22:15:46 -0500 Subject: [PATCH] [Actions] Struggle with containers for real tho --- .forgejo/workflows/publish.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 6a79782..3e6c04a 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -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