修复build action

This commit is contained in:
hanhh 2021-05-20 00:02:33 +08:00
parent 05358ed1a4
commit ab35901ca6

View File

@ -25,8 +25,9 @@ jobs:
run: |
git config --global http.postBuffer 524288000
git config --global user.email "imwhyour@gmail.com"
git config --global core.compression 0
git config --global user.name "whyour"
git clone https://gitee.com/whyour/qinglong-static.git static
git clone --depth 1 https://gitee.com/whyour/qinglong-static.git static
cd ./static
cp -rf ../dist ./ && cp -rf ../build ./
git add .