From dba6ae3bc082b77e938b37eddc3832154b7ea223 Mon Sep 17 00:00:00 2001 From: Alexander Melde <2115644+AlexanderMelde@users.noreply.github.com> Date: Mon, 4 Mar 2024 01:03:14 +0100 Subject: [PATCH] chore: remove automatic nextjs ghp config creation --- .github/workflows/nextjs.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 2951a1d..f0e7c82 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -51,12 +51,6 @@ 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 - name: Restore cache uses: actions/cache@v4 with: