Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…b.io into source
  • Loading branch information
Mvrjustid committed Jan 20, 2024
2 parents b0075fc + 2518c53 commit aff1cea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1.0'
bundler-cache: true
ruby-version: '3.1.2'
bundler-cache: false
- name: Install deps
run: |
npm install -g mermaid.cli
- name: Install Ruby gems
run: bundle install # 添加这一行来安装gems
- name: Setup deploy options
id: setup
run: |
Expand Down

0 comments on commit aff1cea

Please sign in to comment.