Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tipsy authored Aug 28, 2024
1 parent e60c3f3 commit 49a65a1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ jobs:
with:
ruby-version: 3.0.0
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- name: Update Bundler
run: gem install bundler

- name: Install Gems
run: |
rm -rf vendor/bundle
bundle install
- name: Setup Pages
id: pages
Expand Down

0 comments on commit 49a65a1

Please sign in to comment.