Skip to content

Commit 9ceb046

Browse files
committed
update news, poem, update deploy
1 parent 437c13a commit 9ceb046

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
with:
2222
ruby-version: '3.0.2'
2323
bundler-cache: true
24-
bundler-version: '2.2.22'
24+
bundler-version: '2.2.22' # added
25+
- name: Update Bundler # added
26+
run: gem update bundler # added
2527
- name: Install deps
2628
run: |
2729
npm install -g mermaid.cli

0 commit comments

Comments
 (0)