We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d808e commit 3ac1e5eCopy full SHA for 3ac1e5e
.github/workflows/nextjs.yml
@@ -78,10 +78,10 @@ jobs:
78
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
79
- name: Build with Next.js
80
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
+ - name: Upload artifact
+ uses: actions/upload-pages-artifact@v3
+ with:
+ path: .next
85
86
# Deployment job
87
deploy:
0 commit comments