From a65f75d8627f54fcd0bd4cc9988f79d54c6ccf27 Mon Sep 17 00:00:00 2001 From: NoNICK <87268971+nonick-mc@users.noreply.github.com> Date: Wed, 13 Nov 2024 03:06:38 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20Setup=20Pages=E3=82=B9=E3=83=86=E3=83=83?= =?UTF-8?q?=E3=83=97=E3=82=92=E7=84=A1=E5=8A=B9=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/nextjs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 1d8ae6d..6171b19 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -60,15 +60,15 @@ jobs: node-version: "20" cache: ${{ steps.detect-package-manager.outputs.manager }} cache-dependency-path: ./pnpm-lock.yaml - - name: Setup Pages - uses: actions/configure-pages@v5 - with: + # - 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. # static_site_generator: next - generator_config_file: next.config.mjs + # generator_config_file: next.config.mjs - name: Restore cache uses: actions/cache@v4 with: