From 0905657da30479d4ac04885ba76fd6b97aa34ac1 Mon Sep 17 00:00:00 2001 From: hanhh Date: Thu, 20 May 2021 00:02:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbuild=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ build.yml b/.github/workflows/ build.yml index 9fe7c834..da3c25b1 100644 --- a/.github/workflows/ build.yml +++ b/.github/workflows/ build.yml @@ -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 .