We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf26af commit 5f7c340Copy full SHA for 5f7c340
.github/workflows/deploy.yml
@@ -27,10 +27,10 @@ jobs:
27
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
28
restore-keys: |
29
${{ runner.os }}-gems-
30
- - name: Install deps
+ - name: Install dependencies
31
run: |
32
+ gem update --system
33
gem install bundler
- bundle config path vendor/bundle
34
bundle install --jobs 4 --retry 3
35
npm install -g mermaid.cli
36
- name: Setup deploy options
0 commit comments