Add a key
This commit is contained in:
1
.github/workflows/jekyll.yml
vendored
1
.github/workflows/jekyll.yml
vendored
@@ -47,6 +47,7 @@ jobs:
|
|||||||
uses: actions/cache/restore@v4
|
uses: actions/cache/restore@v4
|
||||||
with:
|
with:
|
||||||
path: ./_site/assets/img
|
path: ./_site/assets/img
|
||||||
|
key: images
|
||||||
- name: Build with Jekyll
|
- name: Build with Jekyll
|
||||||
# Outputs to the './_site' directory by default
|
# Outputs to the './_site' directory by default
|
||||||
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
|
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user