Skip to content

Commit 048c3e5

Browse files
authored
Update build-and-deploy-jekyll-site.yml
1 parent 619b541 commit 048c3e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-deploy-jekyll-site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Ruby
3535
uses: ruby/setup-ruby@v1
3636
with:
37-
ruby-version: '3.1' # Not needed with a .ruby-version file
37+
ruby-version: '3.2' # Not needed with a .ruby-version file
3838
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3939
cache-version: 0 # Increment this number if you need to re-download cached gems
4040
- name: Setup Pages
@@ -59,4 +59,4 @@ jobs:
5959
steps:
6060
- name: Deploy to GitHub Pages
6161
id: deployment
62-
uses: actions/deploy-pages@v4
62+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)