From 7cc7c944eebcf3cbe2c67e7468b9745d22c582bc Mon Sep 17 00:00:00 2001 From: kareraolivier <77101006+kareraolivier@users.noreply.github.com> Date: Sat, 16 Mar 2024 02:15:26 -0700 Subject: [PATCH] Update nextjs.yml --- .github/workflows/nextjs.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 31b418a..a4447a9 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -77,14 +77,8 @@ jobs: run: ${{ steps.detect-package-manager.outputs.runner }} npx --no-install next build # - name: Static HTML export with Next.js # run: ${{ steps.detect-package-manager.outputs.runner }} next export - - name: Check Node.js version - run: node -v - - name: List build directories - run: | - echo "Listing .next directory:" - ls -la .next - echo "Listing out directory:" - ls -la out + - name: Make out folder + run: mkdir out # - name: List directories # run: ls -l -a - name: Upload artifact