From 93deb04386e294491d56e428a116eae65dee053b Mon Sep 17 00:00:00 2001 From: PJ568 Date: Wed, 5 Jul 2023 22:14:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=9B=AE=E5=BD=95=E5=86=B2?= =?UTF-8?q?=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/568tools_Release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/568tools_Release.yml b/.github/workflows/568tools_Release.yml index 8bb66979..e1438a31 100644 --- a/.github/workflows/568tools_Release.yml +++ b/.github/workflows/568tools_Release.yml @@ -39,6 +39,7 @@ jobs: echo '复制 tree/main/* 到 release/:' cp -v -u -r /home/runner/tree/main/* . echo '添加 lib 子模块到 release/lib/:' + rm -r ./lib/ git submodule add -b tools https://github.com/PJ-568/568tools.git ./lib - name: Generate the sitemap