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 bf18519 commit 8cf351cCopy full SHA for 8cf351c
.github/workflows/nextjs.yml
@@ -81,7 +81,9 @@ jobs:
81
- name: Prepare Deployment
82
run: |
83
mkdir -p deploy
84
- cp -r .next/static/* deploy/
+ cp -r .next/server/pages/* deploy/
85
+ mkdir -p deploy/_next/
86
+ cp -r .next/static/* deploy/_next/
87
cp .next/server/pages/en.html deploy/index.html
88
- name: Upload artifact
89
uses: actions/upload-pages-artifact@v3
0 commit comments