From 19d66f183c9c06cab45b86928932b1b33497516b Mon Sep 17 00:00:00 2001 From: Aman Sharma Date: Tue, 5 Mar 2024 16:57:51 +0100 Subject: [PATCH] chore: can we remove Ruby? It has support for Jekyll plugins. It should have ruby also :P --- .github/workflows/deploy.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e7d368f..acd56e8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,11 +17,6 @@ jobs: fetch-depth: 0 submodules: true - - name: Set up Ruby - uses: ruby/setup-ruby@v1 - with: - bundler-cache: true - # Following the README - name: Install python dependencies run: pip install bibble