Update doc generation to use ruby 3.1 (#1717)

This commit is contained in:
Darragh Bailey
2023-02-05 14:56:22 +00:00
committed by GitHub
parent 03f7bb7e31
commit 1a59f0ddd8
4 changed files with 22 additions and 22 deletions

View File

@@ -24,7 +24,7 @@ jobs:
if: ${{ github.event.action == 'labeled' }}
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 3.1
- name: Install and Build 🔧
# don't allow a close to execute anything from the source code
if: ${{ github.event.action == 'labeled' }}

View File

@@ -17,7 +17,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 3.1
- name: Install and Build 🔧
run: |
VERSION=${{ github.ref_name }}

View File

@@ -19,7 +19,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 3.1
- name: Install and Build 🔧
run: |
# TODO find a way for jekyll to perform this automatically