We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 619b541 commit 048c3e5Copy full SHA for 048c3e5
.github/workflows/build-and-deploy-jekyll-site.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Setup Ruby
35
uses: ruby/setup-ruby@v1
36
with:
37
- ruby-version: '3.1' # Not needed with a .ruby-version file
+ ruby-version: '3.2' # Not needed with a .ruby-version file
38
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
39
cache-version: 0 # Increment this number if you need to re-download cached gems
40
- name: Setup Pages
@@ -59,4 +59,4 @@ jobs:
59
steps:
60
- name: Deploy to GitHub Pages
61
id: deployment
62
- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@v4
0 commit comments