Skip to content

Commit

Permalink
[ci] Use .ruby-version
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinDelille committed May 15, 2024
1 parent cd168da commit e65f936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1.86.0
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
bundler-cache: true
- run: bundle exec jekyll build
- name: Deploy
Expand Down
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0.6

0 comments on commit e65f936

Please sign in to comment.