We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1982e2b commit 73c510bCopy full SHA for 73c510b
1 file changed
.github/workflows/nextjs.yml
@@ -76,11 +76,13 @@ jobs:
76
run: ${{ steps.detect-package-manager.outputs.runner }} next build
77
- name: Static HTML export with Next.js
78
run: ${{ steps.detect-package-manager.outputs.runner }} next export
79
- - name: Upload artifact
80
- uses: actions/upload-pages-artifact@v1
+ - name: Upload build artifact
+ uses: actions/upload-artifact@v3
81
with:
82
+ name: nextjs-build
83
path: ./out
84
85
+
86
# Deployment job
87
deploy:
88
environment:
0 commit comments