diff --git a/.github/workflows/deploy-to-staging.yml b/.github/workflows/deploy-to-staging.yml index 5ee9432c4e4e1..0b310105f80cf 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 }}