Skip to content

Commit

Permalink
Try to fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbl committed Jan 4, 2024
1 parent cb8d37a commit c869c28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
uses: actions/checkout@v2

- name: Setup Ruby environment
uses: ruby/setup-ruby@v1.81.0
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.2
bundler-cache: true

- name: Building website
Expand Down

0 comments on commit c869c28

Please sign in to comment.