diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 06b91e40..435c5c80 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -58,14 +58,6 @@ jobs: uses: actions/configure-pages@v5 with: static_site_generator: next - - name: Restore cache - uses: actions/cache@v4 - with: - path: | - frontend/.next/cache - key: ${{ runner.os }}-nextjs-${{ hashFiles('frontend/**/package-lock.json', 'frontend/**/yarn.lock') }}-${{ hashFiles('frontend/**.[jt]s', 'frontend/**.[jt]sx') }} - restore-keys: | - ${{ runner.os }}-nextjs-${{ hashFiles('frontend/**/package-lock.json', 'frontend/**/yarn.lock') }}- - name: Install dependencies run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }} --legacy-peer-deps - name: Build with Next.js