Skip to content

Commit ef6e639

Browse files
Update modify_deployment.sh
1 parent 24d1f64 commit ef6e639

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/modify_deployment.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
# SOFTWARE.
2222

2323
# Modify Deployment
24+
if [ -d "deploy/_just" ]; then
25+
echo "Error: Your website have _just directory in the root. Please remove it to proceed." >&2
26+
exit 1
27+
fi
2428
mkdir -p deploy/_just/
2529
FILE_ID=1
2630
echo -e "\n----------------\n\n_just Chunks:\n"

0 commit comments

Comments
 (0)