From 913ddc3b6af9ab2934b62a4b1a6727b971a364ef Mon Sep 17 00:00:00 2001 From: tigran Date: Tue, 27 Feb 2024 03:43:15 +0400 Subject: [PATCH] bug fix --- .github/workflows/nextjs.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index c9d944e..f33ef88 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -55,12 +55,12 @@ 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 + #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: