Skip to content

Commit 5f7c340

Browse files
Update deploy.yml
1 parent ddf26af commit 5f7c340

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
2828
restore-keys: |
2929
${{ runner.os }}-gems-
30-
- name: Install deps
30+
- name: Install dependencies
3131
run: |
32+
gem update --system
3233
gem install bundler
33-
bundle config path vendor/bundle
3434
bundle install --jobs 4 --retry 3
3535
npm install -g mermaid.cli
3636
- name: Setup deploy options

0 commit comments

Comments
 (0)