Skip to content

Commit

Permalink
Update jekyll.yml v13
Browse files Browse the repository at this point in the history
  • Loading branch information
CataRC888 authored Dec 18, 2024
1 parent b5d528a commit caf1eed
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,16 @@ jobs:
which ruby # This will show the full path of the ruby executable being used
# Update RubyGems to the required version (>= 3.3.22)
- name: Update RubyGems
# Clear bundler cache to ensure fresh gems are installed
- name: Clear Bundler Cache
run: |
gem update --system 3.3.22
bundle cache clean --all
# Install bundler
- name: Install Bundler
run: gem install bundler

# Install dependencies
# Install dependencies (this will regenerate Gemfile.lock)
- name: Install dependencies
run: bundle install
run: |
gem install bundler
bundle install --no-cache
- uses: helaili/jekyll-action@v2
with:
Expand Down

0 comments on commit caf1eed

Please sign in to comment.