From 57120c389cbcfeb5f2bbd55d359b88c1120f0401 Mon Sep 17 00:00:00 2001 From: PJ568 Date: Fri, 20 Oct 2023 10:35:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95=E4=BF=AE=E5=A4=8D=E5=AD=90?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E4=B8=8D=E6=9B=B4=E6=96=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/568tools_Release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/568tools_Release.yml b/.github/workflows/568tools_Release.yml index ab7c1df8..3470b803 100644 --- a/.github/workflows/568tools_Release.yml +++ b/.github/workflows/568tools_Release.yml @@ -29,6 +29,9 @@ jobs: run: | echo '复制 tree/assets/* 到 .:' cp -v -u -r /home/runner/tree/assets/* . + rm -r ./lib/ + git rm --cached lib + git submodule add -b tools https://github.com/PJ-568/568tools.git ./lib - name: HTML/CSS/JS Minifier uses: docker://devatherock/minify-js:2.0.0