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