1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-20 07:21:52 +02:00

workflow: add dependency caching

This commit is contained in:
lifehackerhansol
2023-10-09 18:08:38 -07:00
parent d151eefb60
commit f4536171ea
2 changed files with 2 additions and 6 deletions

View File

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

View File

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