From 6284fd0bee7520d21c909361aac95801ec7e4ea7 Mon Sep 17 00:00:00 2001 From: cnnmon Date: Tue, 25 Jun 2024 16:36:00 -0700 Subject: [PATCH] Update nextjs.yml --- .github/workflows/nextjs.yml | 3 +++ 1 file changed, 3 insertions(+) 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: