Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
microbecode committed Nov 8, 2023
1 parent b834b0d commit 6785d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
uses: actions/cache@v3
with:
path: |
.next/cache
./frontend/.next/cache
# Generate a new cache whenever packages or source files change.
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}-${{ hashFiles('**.[jt]s', '**.[jt]sx') }}
# If source files changed but packages didn't, rebuild from a prior cache.
Expand Down

0 comments on commit 6785d3a

Please # to comment.