mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-27 20:06:52 +00:00
Update nextjs.yml
This commit is contained in:
parent
201430c8ed
commit
9a91c28465
4
.github/workflows/nextjs.yml
vendored
4
.github/workflows/nextjs.yml
vendored
@ -52,9 +52,9 @@ jobs:
|
||||
with:
|
||||
path: |
|
||||
web/.next/cache
|
||||
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}-${{ hashFiles('**.[jt]s', '**.[jt]sx') }}
|
||||
key: ${{ runner.os }}-nextjs-${{ hashFiles('web/package-lock.json') }}-${{ hashFiles('web/**.[jt]s', 'web/**.[jt]sx') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}-
|
||||
${{ runner.os }}-nextjs-
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
cd web
|
||||
|
Loading…
x
Reference in New Issue
Block a user