mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Try using ruby 2.7 for jekyll docs generation (#1720)
This commit is contained in:
@@ -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' }}
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
2
.github/workflows/publish-documentation.yml
vendored
2
.github/workflows/publish-documentation.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user