workflow: add dependency caching

This commit is contained in:
lifehackerhansol 2023-10-09 18:08:38 -07:00
parent 063814198c
commit 0d689cc083
No known key found for this signature in database
GPG key ID: 80FB184AFC0B3B0E
2 changed files with 2 additions and 6 deletions

View file

@ -17,9 +17,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
- name: Install dependencies
run: bundle install
bundler-cache: true
- name: Run Jekyll
# Build the site using Jekyll

View file

@ -16,9 +16,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
- name: Install dependencies
run: bundle install
bundler-cache: true
- name: Run Jekyll
# Build the site using Jekyll