Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
CherrelleTucker committed Jan 22, 2025
1 parent 4d4e041 commit ea91d0e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,15 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
with:
ruby-version: '3.1' # Not needed with a .ruby-version file
ruby-version: '3.1.4' # Not needed with a .ruby-version file
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
- name: Cache Ruby installation
uses: actions/cache@v3
with:
path: /opt/hostedtoolcache/Ruby
key: ruby-${{ matrix.ruby-version }}
restore-keys: ruby-
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit ea91d0e

Please sign in to comment.