Skip to content

Commit

Permalink
build: create "output_temp" directory while deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzn committed Aug 5, 2023
1 parent 40befb1 commit 358f1e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/sh
cd ../
mkdir output
mkdir output_temp
cp -R ./ask-resume-front/* ./output
cp -R ./output ./ask-resume-front/

0 comments on commit 358f1e3

Please sign in to comment.