Add a key

This commit is contained in:
2026-08-09 21:41:16 -04:00
parent cfcf4cedca
commit efceb1959f

View File

@@ -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 }}"