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:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -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
|
||||
|
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user