Skip to content

Commit

Permalink
Bump gh action ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
sosolidkk committed Sep 29, 2024
1 parent efd3750 commit 8b051b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: 💎 setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
ruby-version: 3.3

- name: 🔨 install dependencies & build site
uses: limjh16/jekyll-action-ts@v2
Expand All @@ -34,4 +34,4 @@ jobs:
publish_dir: ./_site
# if the repo you are deploying to is <username>.github.io, uncomment the line below.
# if you are including the line below, make sure your source files are NOT in the "main" branch:
# publish_branch: main
# publish_branch: main

0 comments on commit 8b051b2

Please sign in to comment.