From 5d7f3b2b39fdf139c365753a81e73adcb0efcfde Mon Sep 17 00:00:00 2001 From: MaanavD Date: Mon, 9 Dec 2024 20:38:49 -0600 Subject: [PATCH] Tried older ruby. --- .github/workflows/check-website-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-website-links.yml b/.github/workflows/check-website-links.yml index b320cd597d6cc..14d92dab53d4b 100644 --- a/.github/workflows/check-website-links.yml +++ b/.github/workflows/check-website-links.yml @@ -19,7 +19,7 @@ jobs: - name: Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.3 + ruby-version: 2.7 bundler-cache: true - name: Build jekyll website with drafts run: bundle exec jekyll build --drafts