Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ftshijt authored Jan 24, 2024
1 parent 7d05e68 commit 1942cc2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
- master
- source

permissions:
contents: write

jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -19,7 +22,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1.2'
ruby-version: '3.2.2'
bundler-cache: true
- name: Enable bundler cache
uses: actions/cache@v2
Expand All @@ -30,7 +33,6 @@ jobs:
${{ runner.os }}-gems-
- name: Install deps
run: |
gem update --system 3.2.28 --no-document
gem install bundler
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
Expand Down

0 comments on commit 1942cc2

Please sign in to comment.