From 3ae29524a92ecd7351d01331c7dd11d1ce783935 Mon Sep 17 00:00:00 2001 From: brockfanning Date: Mon, 18 Dec 2023 23:03:39 -0500 Subject: [PATCH] Install older version of Bundler --- .github/workflows/deploy-to-staging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-staging.yml b/.github/workflows/deploy-to-staging.yml index 5ee9432c4e4e1b..0b310105f80cf2 100644 --- a/.github/workflows/deploy-to-staging.yml +++ b/.github/workflows/deploy-to-staging.yml @@ -28,7 +28,7 @@ jobs: run: echo "REPOSITORY_URL_SITE=https://github.com/$GITHUB_REPOSITORY" >> $GITHUB_ENV - name: Build the site run: | - gem install bundler + gem install bundler -v 2.4.22 bundle config path vendor/bundle bundle install bundle exec jekyll build --baseurl=/${{ env.GITHUB_REPOSITORY_NAME_PART }}