Skip to content

Commit daaa423

Browse files
committed
Remove needless command/option in Actions
1 parent 872882b commit daaa423

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727
- name: 🧪 Install gems
2828
run: |
2929
cd ./docs
30-
bundle config set path 'vendor/bundle'
31-
bundle install --jobs 4 --retry 3
30+
bundle install
3231
3332
- name: 🔧 Build & Test
3433
run: |

0 commit comments

Comments
 (0)