We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d80a98 commit 9f25932Copy full SHA for 9f25932
.github/workflows/deploy.yml
@@ -26,6 +26,8 @@ jobs:
26
- name: Install deps
27
run: |
28
gem install bundler
29
+ bundle clean --force
30
+ rm -rf vendor/bundle
31
bundle config path vendor/bundle
32
bundle install --jobs 4 --retry 3
33
npm install -g mermaid.cli
0 commit comments