Skip to content

Commit 25bfc70

Browse files
fixed a yaml err
1 parent f21701a commit 25bfc70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nextjs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ jobs:
126126
uses: actions/cache@v3
127127
with:
128128
path: |
129-
.next/cache
129+
next/cache
130130
# Generate a new cache whenever packages or source files change.
131-
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}-${{ hashFiles('**.[jt]s', '**.[jt]sx') }}
132-
# If source files changed but packages didn't, rebuild from a prior cache.
131+
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}-${{ hashFiles('**.[jt]s', '**.[jt]sx') }}
132+
# If source files changed but packages didn't, rebuild from a prior cache.
133133
restore-keys: |
134134
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}-
135135
- name: Install dependencies

0 commit comments

Comments
 (0)