From 573a3c3512394fe7b2237f477b32a15d678b6f77 Mon Sep 17 00:00:00 2001 From: santosh898 Date: Tue, 26 Nov 2024 13:48:14 +0530 Subject: [PATCH] Added debug step for deployment --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index eb89c92..0236340 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,6 +32,9 @@ jobs: - name: Build with Next.js 🏗️ run: npx next build + - name: List directory contents 📂 + run: ls -al . + - name: Upload artifact 📡 uses: actions/upload-pages-artifact@v3 with: