Skip to content

Commit f6da5de

Browse files
committed
fix: change target directory
1 parent 4ceab4e commit f6da5de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main_webapptest3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
# Copy Next static files
4747
mkdir -p ./deploy/.next
48-
cp -R ./.next ./deploy/.next
48+
cp -R ./.next ./deploy/
4949
5050
5151
# Copy public assets

0 commit comments

Comments
 (0)