From 87be858220cf4096dec1032d4bb44f2ba517621e Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Thu, 20 May 2021 00:50:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0build=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ build.yml | 2 +- static | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 static diff --git a/.github/workflows/ build.yml b/.github/workflows/ build.yml index 33195827..a543e716 100644 --- a/.github/workflows/ build.yml +++ b/.github/workflows/ build.yml @@ -23,11 +23,11 @@ jobs: env: GITHUB_REPO: gitee.com/whyour/qinglong-static run: | - ifconfig eth0 mtu 14000 git config --global user.email "imwhyour@gmail.com" git config --global user.name "whyour" git clone --depth 1 https://gitee.com/whyour/qinglong-static.git static cd ./static + rm -rf dist/* && rm -rf build/* cp -rf ../dist ./ && cp -rf ../build ./ git add . git commit --allow-empty -m "copy static at $(date +'%Y-%m-%d %H:%M:%S')" diff --git a/static b/static new file mode 160000 index 00000000..43854dc7 --- /dev/null +++ b/static @@ -0,0 +1 @@ +Subproject commit 43854dc7458590ff62c277eda26020f576b0970a