Skip to content

Commit

Permalink
Update Ruby version in Jekyll workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Puchaczov committed Oct 30, 2024
1 parent d7f2410 commit b40614c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.x'
ruby-version: '3.3.5'
bundler-cache: true
working-directory: ./docs
- name: Build with Jekyll
Expand Down

0 comments on commit b40614c

Please sign in to comment.