From 4006adc8b49fc733c9d2fd594a09663b13e7e7c7 Mon Sep 17 00:00:00 2001 From: cnnmon Date: Tue, 25 Jun 2024 16:32:44 -0700 Subject: [PATCH] Revert "Update nextjs.yml" This reverts commit e48d98666885f9708a85d2151ebbeaa263f635ee. --- .github/workflows/nextjs.yml | 3 --- 1 file changed, 3 deletions(-) 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: