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