diff --git a/.github/workflows/publish-documentation-preview.yml b/.github/workflows/publish-documentation-preview.yml index bd42baf..3aa141f 100644 --- a/.github/workflows/publish-documentation-preview.yml +++ b/.github/workflows/publish-documentation-preview.yml @@ -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' }} diff --git a/.github/workflows/publish-documentation-release.yml b/.github/workflows/publish-documentation-release.yml index 9f150d9..7f119ad 100644 --- a/.github/workflows/publish-documentation-release.yml +++ b/.github/workflows/publish-documentation-release.yml @@ -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 }} diff --git a/.github/workflows/publish-documentation.yml b/.github/workflows/publish-documentation.yml index 7c1afcd..276bbec 100644 --- a/.github/workflows/publish-documentation.yml +++ b/.github/workflows/publish-documentation.yml @@ -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