We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82b6bd1 commit a6f6f94Copy full SHA for a6f6f94
1 file changed
.github/workflows/deploy.yml
@@ -23,6 +23,9 @@ jobs:
23
bundler-cache: true
24
- name: Install deps
25
run: |
26
+ gem install bundler
27
+ bundle update --bundler
28
+ bundle install
29
npm install -g mermaid.cli
30
- name: Setup deploy options
31
id: setup
0 commit comments