From 0584a12a7b4768b2cb5812ddf0afd5bc47f98f81 Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Mon, 26 Feb 2024 21:44:12 -0500 Subject: [PATCH] [Actions] Struggle back to basics --- .forgejo/workflows/publish.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 2670b95..cbe3d99 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -4,9 +4,3 @@ jobs: runs-on: node20 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