Skip to content

Commit

Permalink
Update jekyll.yml with file from last year
Browse files Browse the repository at this point in the history
  • Loading branch information
ella-deguzman authored Jan 11, 2025
1 parent ee4c86d commit a75788e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
with:
ruby-version: '3.1' # Not needed with a .ruby-version file
# The Ruby version is determined by either a `.ruby-version` or a `.tool-versions` file in root of the repo.
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
cache-version: 2 # Increment this number if you need to re-download cached gems
- name: Install dependencies
run: bundle install
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit a75788e

Please sign in to comment.