Skip to content

Commit c89ade2

Browse files
authored
github actions deploy test
[Fix] vercel, git actions 배포: Update build.sh
2 parents 2ba750e + 4f0418d commit c89ade2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
22
cd ../
33
mkdir output
4-
cp -R ./[Taskify]/* ./output
5-
cp -R ./output ./[Taskify]/
4+
cp -R ./Taskify/* ./output
5+
cp -R ./output ./Taskify/

0 commit comments

Comments
 (0)