mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2024-11-27 03:10:25 +00:00
workflow: add dependency caching
This commit is contained in:
parent
d151eefb60
commit
f4536171ea
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 New Issue
Block a user