Skip to content

Commit

Permalink
Merge pull request share#641 from share/pin-bundler
Browse files Browse the repository at this point in the history
👷‍♀️ Specify `bundler` version
  • Loading branch information
alecgibson authored Feb 6, 2024
2 parents d985e90 + a5e10e6 commit fb630c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
with:
ruby-version: '2.7'
- name: Install
run: cd docs && gem install bundler && bundle install
run: cd docs && gem install bundler -v 2.4.22 && bundle install
- name: Build
run: cd docs && bundle exec jekyll build

0 comments on commit fb630c4

Please sign in to comment.