workflow: add dependency caching
This commit is contained in:
parent
d151eefb60
commit
f4536171ea
2 changed files with 2 additions and 6 deletions
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
|
||||||
|
|
Loading…
Reference in a new issue