We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ceab4e commit f6da5deCopy full SHA for f6da5de
1 file changed
.github/workflows/main_webapptest3.yml
@@ -45,7 +45,7 @@ jobs:
45
46
# Copy Next static files
47
mkdir -p ./deploy/.next
48
- cp -R ./.next ./deploy/.next
+ cp -R ./.next ./deploy/
49
50
51
# Copy public assets
0 commit comments