From e9b5e478880ff28826649affd98d17133e3cca2c Mon Sep 17 00:00:00 2001 From: Christopher Atkins Date: Sat, 13 Jan 2024 06:50:41 -0500 Subject: [PATCH] fix GEM_REPO --- .github/workflows/documentation.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 5a09c17..0dfe0d4 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -29,6 +29,8 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1.98.0 + env: + GEM_REPO: "https://rubygems.org" with: ruby-version: '3.1' bundler-cache: true