1
0
mirror of https://github.com/snachodog/just-the-docs.git synced 2025-04-10 14:01:22 -06:00

update Ruby version for publish action

This commit is contained in:
Matthew Wang 2023-01-07 17:46:15 -08:00
parent dd4d489f29
commit 91c4b7e3d1
No known key found for this signature in database
GPG Key ID: 0C8DB42BF157DEAB

@ -9,11 +9,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.6
- uses: actions/checkout@v3
- name: Set up Ruby 3.1
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6.x
ruby-version: 3.1
- name: Publish to GPR
run: |