Try using ruby 2.7 for jekyll docs generation (#1720)

This commit is contained in:
Darragh Bailey
2023-02-07 16:38:59 +00:00
committed by GitHub
parent 1a59f0ddd8
commit b8afc8cae8
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ jobs:
if: ${{ github.event.action == 'labeled' }}
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
ruby-version: 2.7
- 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: 3.1
ruby-version: 2.7
- 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: 3.1
ruby-version: 2.7
- name: Install and Build 🔧
run: |
# TODO find a way for jekyll to perform this automatically