feat: remove cache from action
All checks were successful
Deploy Website / build (push) Successful in 1m20s

This commit is contained in:
TheClashFruit 2024-04-21 17:15:50 +02:00
parent dbd5e1dbfa
commit ef5ea8eaa9
Signed by: TheClashFruit
GPG key ID: 09BB24C34C2F3204

View file

@ -18,14 +18,6 @@ jobs:
uses: https://github.com/pnpm/action-setup@v3.0.0 uses: https://github.com/pnpm/action-setup@v3.0.0
with: with:
version: 8 version: 8
- uses: actions/cache@v4
with:
path: |
~/.npm
${{ github.workspace }}/.next/cache
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('**/*.js', '**/*.jsx', '**/*.ts', '**/*.tsx') }}
restore-keys: |
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}-
- name: Build - name: Build
run: | run: |
pnpm install pnpm install