Skip to content

Commit

Permalink
Fix deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Oct 31, 2023
1 parent d3549b9 commit 2e3f8fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
- run: bundle install
- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit 2e3f8fd

Please sign in to comment.