Skip to content

Commit

Permalink
Update jekyll.yml v10
Browse files Browse the repository at this point in the history
  • Loading branch information
CataRC888 authored Dec 18, 2024
1 parent c0223fd commit 9de7fc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0.6'
ruby-version: '3.0' # Set Ruby version to 3.0 or higher
bundler: true
- name: Update RubyGems
run: |
gem update --system 3.3.22 # Ensure RubyGems version is >= 3.3.22
- name: Install dependencies
run: |
gem install bundler
bundle install
- uses: helaili/jekyll-action@v2
with:
Expand Down

0 comments on commit 9de7fc2

Please sign in to comment.