From dcbeeae4a493c1e3b887c70d37fbdff8784b6805 Mon Sep 17 00:00:00 2001 From: Mark Gerrard Date: Thu, 11 Jan 2024 10:46:59 +0000 Subject: [PATCH] Dont try to update rubygems itself as there seems to be a bug with updating it on this version of ruby --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index adfb4b90..f108dd10 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -40,7 +40,7 @@ jobs: id: pages uses: actions/configure-pages@v3 - name: Update RubyGems and Co - run: gem update --system + run: gem update - name: Install Ruby Bundles run: bundle install - name: Build with Jekyll