From 89d9357a8a111a67350f05f2e8abc212486bb279 Mon Sep 17 00:00:00 2001 From: whyour Date: Sat, 15 May 2021 01:31:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95build=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ build.yml b/.github/workflows/ build.yml index c174ccf3..1df970cb 100644 --- a/.github/workflows/ build.yml +++ b/.github/workflows/ build.yml @@ -23,10 +23,9 @@ jobs: env: GITHUB_REPO: gitee.com/whyour/qinglong-static run: | - mkdir -p static + git clone https://gitee.com/whyour/qinglong-static.git static cd ./static cp -rf ../dist ./ && cp -rf ../build ./ - git init && git add . git config user.name "whyour" git config user.email "imwhyour@gmail.com" git add .