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