Rename cache actions
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user