Skip to content

Commit 6766ab1

Browse files
Fix merging folders
1 parent 8cf351c commit 6766ab1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nextjs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ jobs:
8282
run: |
8383
mkdir -p deploy
8484
cp -r .next/server/pages/* deploy/
85-
mkdir -p deploy/_next/
86-
cp -r .next/static/* deploy/_next/
85+
mkdir -p deploy/_next/static/
86+
cp -r .next/static/* deploy/_next/static/
8787
cp .next/server/pages/en.html deploy/index.html
8888
- name: Upload artifact
8989
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)