Skip to content

Commit

Permalink
Added debug step for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
santosh898 committed Nov 26, 2024
1 parent 70f0d56 commit 573a3c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 573a3c3

Please sign in to comment.