Skip to content

Commit

Permalink
chore: upload artifact 단계 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
iOdiO89 committed Jun 23, 2024
1 parent e2a4661 commit 8178b9e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ jobs:
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
- name: Build with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} next build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./out

# Deployment job
deploy:
Expand Down

0 comments on commit 8178b9e

Please sign in to comment.