Skip to content

Commit

Permalink
Read ruby version from file in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianrbz committed Aug 5, 2024
1 parent 401d884 commit 8cc3118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
working-directory: ./docs.konghq.com
ruby-version: 3.3
ruby-version: .ruby-version

- name: Ruby gem cache
uses: actions/cache@v4
Expand Down

0 comments on commit 8cc3118

Please sign in to comment.