From 3ea284da8dc4f647500b33163c03c5fdfa394b11 Mon Sep 17 00:00:00 2001 From: Brooke Date: Thu, 14 Mar 2024 18:51:11 -0400 Subject: [PATCH] https://github.com/marketplace/actions/minify-action --- .gitea/workflows/deploy.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 3a7ebd5..6ab3579 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -15,6 +15,8 @@ jobs: run: | apt-get update && \ apt-get install --no-install-recommends --no-install-suggests -y jq rsync + - name: Minify Action + uses: anthonyftwang/minify-action@v1.0.1 - name: Test static page run: bash ${{ gitea.workspace }}/bin/test_static_page.sh - name: Deploy to Server