Skip to content

Commit 3ac1e5e

Browse files
Update nextjs.yml
1 parent a6d808e commit 3ac1e5e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nextjs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ jobs:
7878
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
7979
- name: Build with Next.js
8080
run: ${{ steps.detect-package-manager.outputs.runner }} next build
81-
# - name: Upload artifact
82-
# uses: actions/upload-pages-artifact@v3
83-
# with:
84-
# path: pages
81+
- name: Upload artifact
82+
uses: actions/upload-pages-artifact@v3
83+
with:
84+
path: .next
8585

8686
# Deployment job
8787
deploy:

0 commit comments

Comments
 (0)