From a186e83e021b78a1e47a0cc4aac588b18835af3b Mon Sep 17 00:00:00 2001 From: Jon Wilson Date: Thu, 6 Jun 2024 17:24:42 -0500 Subject: [PATCH] Update nextjs.yml --- .github/workflows/nextjs.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 17c5fcc..99210ed 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -53,14 +53,6 @@ jobs: with: node-version: "16" cache: ${{ steps.detect-package-manager.outputs.manager }} - - name: Setup Pages - uses: actions/configure-pages@v3 - 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@v3 with: