Skip to content

Commit

Permalink
Dont try to update rubygems itself as there seems to be a bug with up…
Browse files Browse the repository at this point in the history
…dating it on this version of ruby
  • Loading branch information
Mark Gerrard authored and limptwiglet committed Jan 11, 2024
1 parent 2bf1e08 commit dcbeeae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
id: pages
uses: actions/configure-pages@v3
- name: Update RubyGems and Co
run: gem update --system
run: gem update
- name: Install Ruby Bundles
run: bundle install
- name: Build with Jekyll
Expand Down

0 comments on commit dcbeeae

Please sign in to comment.