From aed8d0ddb12bff88e863527ccb1ec2d1a5317bc4 Mon Sep 17 00:00:00 2001 From: Manav Sarkar <42129636+ManavSarkar@users.noreply.github.com> Date: Fri, 8 Mar 2024 14:14:25 +0530 Subject: [PATCH] Update nextjs.yml --- .github/workflows/nextjs.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 8ef038b..e24af43 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -55,12 +55,6 @@ jobs: cache: ${{ steps.detect-package-manager.outputs.manager }} - name: Setup Pages uses: actions/configure-pages@v4 - with: - # Automatically inject basePath in your Next.js configuration file and disable - # server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized). - # - # You may remove this line if you want to manage the configuration yourself. - static_site_generator: next - name: Restore cache uses: actions/cache@v4 with: