1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-19 23:12:36 +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
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