Skip to content

Commit

Permalink
Install older version of Bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
brockfanning authored Dec 19, 2023
1 parent fb98e7d commit 3ae2952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 3ae2952

Please sign in to comment.