diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index c3cd961..1b8e453 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -76,9 +76,6 @@ jobs: - name: Build with Next.js run: ${{ steps.detect-package-manager.outputs.runner }} next build - - name: Ensure out directory exists - run: mkdir -p out - - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: