Skip to content

Commit

Permalink
Fix deploy pipeline (#198)
Browse files Browse the repository at this point in the history
Remove pinned ruby version so it uses .ruby-version
  • Loading branch information
m-salmankhan authored Jan 5, 2025
1 parent 05c4db3 commit 50ff268
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/netlify-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
- name: 💎 setup ruby & install dependencies
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.2 # can change this to 2.7 or whatever version you prefer
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- name: 🔨 build site
Expand Down

0 comments on commit 50ff268

Please sign in to comment.