workflow: add dependency caching
This commit is contained in:
parent
063814198c
commit
0d689cc083
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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue