Skip to content

Commit 4ceab4e

Browse files
committed
test: copy complete .next folder
1 parent 9a9b6cd commit 4ceab4e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main_webapptest3.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
4646
# Copy Next static files
4747
mkdir -p ./deploy/.next
48-
cp -R ./.next/static ./deploy/.next/static
48+
cp -R ./.next ./deploy/.next
49+
4950
5051
# Copy public assets
5152
if [ -d "./public" ]; then
@@ -92,4 +93,4 @@ jobs:
9293
with:
9394
app-name: webapptest3
9495
slot-name: Production
95-
package: ./deploy-package
96+
package: ./deploy-package

0 commit comments

Comments
 (0)