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