From d020cb2df4e16801a1d032ce913a6890cf3431ce Mon Sep 17 00:00:00 2001 From: PJ568 Date: Thu, 6 Jul 2023 21:33:20 +0800 Subject: [PATCH] Update 568tools_Release.yml --- .github/workflows/568tools_Release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/568tools_Release.yml b/.github/workflows/568tools_Release.yml index 0a54a91c..537cd1f0 100644 --- a/.github/workflows/568tools_Release.yml +++ b/.github/workflows/568tools_Release.yml @@ -43,6 +43,10 @@ jobs: git rm --cached lib git submodule add -b tools https://github.com/PJ-568/568tools.git ./lib + - name: Brotli compress the html, css and js files in repository + id: brotli + uses: charlesworth/compress-action@1.0 + - name: Generate the sitemap id: sitemap uses: cicirello/generate-sitemap@v1