Skip to content

Commit

Permalink
Rename cache actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Mar 7, 2024
1 parent 4a50a70 commit 3ce17a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ce17a9

Please sign in to comment.