Skip to content

Commit

Permalink
Cleanup debug logs from publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
santosh898 committed Nov 26, 2024
1 parent 8cca4e5 commit c1b7740
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 33 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,17 @@ jobs:
with:
node-version: 18

- name: Setup pnpm
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 9

- name: List directory contents before build 📂
run: ls -al .

- name: Install dependencies 🔧
run: pnpm install --frozen-lockfile

- name: Build with Next.js 🏗️
run: pnpm run build

- name: List directory contents after build 📂
run: ls -al .

- name: Upload artifact 📡
uses: actions/upload-pages-artifact@v3
with:
Expand Down
26 changes: 0 additions & 26 deletions .github/workflows/setup-node/action.yml

This file was deleted.

0 comments on commit c1b7740

Please sign in to comment.