From a649733d93b3380a2038cc920e19c70ab2684119 Mon Sep 17 00:00:00 2001 From: Eden Reich Date: Sun, 10 Mar 2024 14:31:53 +0100 Subject: [PATCH] I don't think this is need any longer --- .github/workflows/nextjs.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 79c0c54..6a425f3 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -54,14 +54,14 @@ jobs: with: node-version: "20" 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: 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: