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