diff --git a/.github/workflows/nextjs-deploy.yml b/.github/workflows/nextjs-deploy.yml index 59cb8e7..fec58fd 100644 --- a/.github/workflows/nextjs-deploy.yml +++ b/.github/workflows/nextjs-deploy.yml @@ -60,8 +60,6 @@ jobs: run: bun install --frozen-lockfile - name: Build with Next.js run: bunx next build - - name: Static HTML export with Next.js - run: bunx next export - name: Upload artifact uses: actions/upload-pages-artifact@v2 with: