Skip to content

Commit

Permalink
fix: bundler version in github-pages wflow
Browse files Browse the repository at this point in the history
  • Loading branch information
janaab11 committed Jan 9, 2024
1 parent 8a9da83 commit 20436ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
ruby-version: 2.7
- name: Build site
run: |
gem install bundler
gem install bundler -v 2.4.22
bundle
# - name: Test site
# run: bundle exec rake test
Expand Down

0 comments on commit 20436ff

Please sign in to comment.