Update doc.yml

Use latest ruby
This commit is contained in:
kojix2 2022-12-16 21:04:44 +09:00 committed by GitHub
parent 4efdc79e30
commit 16525233f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
ruby-version: ruby
- name: Generate document
run: gem install -N yard && yard doc
- name: Publish Documentation on GitHub Pages