Correct version of ruby update is run with

Hopefully finally resolves the site build failures.
This commit is contained in:
Luke Parker
2024-07-18 16:47:59 -04:00
parent b33a6487aa
commit 2ccb0cd90d
3 changed files with 10 additions and 9 deletions

View File

@@ -62,7 +62,6 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
bundler-cache: true
cache-version: 0
working-directory: "${{ github.workspace }}/docs"