From d8efd9008d21e28b64f8fbe54d1859fa731e7495 Mon Sep 17 00:00:00 2001 From: Jerry Zhang Date: Mon, 8 Jul 2024 19:50:19 -0400 Subject: [PATCH] Update nextjs.yml --- .github/workflows/nextjs.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 878df69..080dbed 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -55,12 +55,7 @@ jobs: cache: ${{ steps.detect-package-manager.outputs.manager }} - name: Setup Pages uses: actions/configure-pages@v5 - 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. - + # with: - name: Restore cache uses: actions/cache@v4 with: