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
|
||||
with:
|
||||
path: ./_site/assets/img
|
||||
key: images
|
||||
- name: Build with Jekyll
|
||||
# Outputs to the './_site' directory by default
|
||||
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
|
||||
|
||||
Reference in New Issue
Block a user