From 288c89b35301b52a59b3ab582da965b85ce51021 Mon Sep 17 00:00:00 2001 From: Daniel Purtov Date: Sat, 11 May 2024 11:24:03 +0200 Subject: [PATCH] fix: GitHub Pages build error * Remove [actions/configure-pages](https://github.com/actions/configure-pages) from workflow due to missing support for wrapping Next.js config in higher-order functions (https://github.com/actions/configure-pages/issues/44) --- .github/workflows/build-deploy.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 309524c9..f73d49f1 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -27,12 +27,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: '21' - - 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). - static_site_generator: next - name: Restore cache uses: actions/cache@v4 with: