From 421b9b8fb9b238b5566725ccab0c393d888bbd3f Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Wed, 19 May 2021 23:43:06 +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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ build.yml b/.github/workflows/ build.yml index 40cbcdfd..8169fd13 100644 --- a/.github/workflows/ build.yml +++ b/.github/workflows/ build.yml @@ -23,11 +23,12 @@ jobs: env: GITHUB_REPO: gitee.com/whyour/qinglong-static run: | + git config --global http.postBuffer 1048576000 + git config --global user.email "imwhyour@gmail.com" + git config --global user.name "whyour" git clone https://gitee.com/whyour/qinglong-static.git static cd ./static cp -rf ../dist ./ && cp -rf ../build ./ - git config user.name "whyour" - git config user.email "imwhyour@gmail.com" git add . git commit --allow-empty -m "copy static at $(date +'%Y-%m-%d %H:%M:%S')" git push --quiet "https://whyour:${{ secrets.API_TOKEN }}@${GITHUB_REPO}.git" master:master \ No newline at end of file