mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-02 04:08:10 +08:00
fix: Fix faas deploy mkdir error (#14952)
This commit is contained in:
parent
c6b6b09b78
commit
3fc5b5a140
@ -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/** .
|
||||
|
Loading…
Reference in New Issue
Block a user