Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkWieczorek committed Jan 4, 2025
1 parent 01f90b0 commit c62cc4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0.2'
ruby-version: '3.3.5'
bundler-cache: true
- name: Install deps
run: |
npm install -g @mermaid-js/mermaid-cli
sudo apt-get update && sudo apt-get install -y imagemagick
- name: Setup deploy options
id: setup
run: |
Expand Down

0 comments on commit c62cc4c

Please sign in to comment.