Skip to content

Commit

Permalink
update(cleaning up workflow code)
Browse files Browse the repository at this point in the history
  • Loading branch information
tashfiqul-islam committed Jan 16, 2024
1 parent c36908b commit 35ee4cb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,6 @@ jobs:
- name: Build with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} next build

- name: Debug Workspace Contents
run: ls -R $GITHUB_WORKSPACE

- name: Debug Out Directory Contents
run: ls -R ./out

# Upload the build artifact
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 35ee4cb

Please sign in to comment.