diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 06a561d..c96ca61 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -18,14 +18,6 @@ jobs: uses: https://github.com/pnpm/action-setup@v3.0.0 with: 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 run: | pnpm install