Skip to content

Commit

Permalink
fix env var
Browse files Browse the repository at this point in the history
  • Loading branch information
caindy committed Jan 13, 2024
1 parent 18bfb99 commit edee8ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ permissions:
pages: write
id-token: write

env:
GEM_REPO: "https://rubygems.org"

jobs:
build:
name: "Bundle and Build"
Expand All @@ -29,8 +32,6 @@ jobs:

- name: Setup Ruby
uses: ruby/setup-ruby@v1.98.0
env:
GEM_REPO: "https://rubygems.org"
with:
ruby-version: '3.1'
working-directory: docs
Expand Down

0 comments on commit edee8ed

Please sign in to comment.