Skip to content

Commit

Permalink
Remove needless command/option in Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yasulab committed Feb 7, 2024
1 parent 872882b commit daaa423
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
- name: 🧪 Install gems
run: |
cd ./docs
bundle config set path 'vendor/bundle'
bundle install --jobs 4 --retry 3
bundle install
- name: 🔧 Build & Test
run: |
Expand Down

0 comments on commit daaa423

Please sign in to comment.