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: