Rename cache actions
This commit is contained in:
parent
4a50a70c0d
commit
3ce17a9383
4
.github/workflows/deploy-pages.yml
vendored
4
.github/workflows/deploy-pages.yml
vendored
@ -21,13 +21,13 @@ jobs:
|
||||
with:
|
||||
node-version: '18'
|
||||
|
||||
- name: Cache dependencies
|
||||
- name: Cache npm
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/.npm
|
||||
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}
|
||||
|
||||
- name: Cache dependencies
|
||||
- name: Cache Eleventy .cache
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ./.cache
|
||||
|
Loading…
Reference in New Issue
Block a user