Commit 3fc5b5a1 authored by iamkun's avatar iamkun Committed by hetech

fix: Fix faas deploy mkdir error (#14952)

parent c6b6b09b
......@@ -7,7 +7,7 @@ git clone --depth 1 -b gh-pages --single-branch https://github.com/ElemeFE/eleme
# build sub folder
SUB_FOLDER='2.7'
mkdir $SUB_FOLDER
mkdir -p $SUB_FOLDER
rm -rf *.js *.css *.map static
rm -rf $SUB_FOLDER/**
cp -rf ../../examples/element-ui/** .
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment