From 5ca4ea7a8a9e5198de071867a158a648fa08d2be Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Sun, 3 Aug 2025 19:10:21 +0700 Subject: refactor: generate output.css on the run --- .github/workflows/build-and-deploy.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.github') diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index c563ee8..e014dd0 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -11,6 +11,12 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - name: Generate output.css with tailwindcss + uses: ZoeyVid/tailwindcss-update@main + with: + input: static/input.css + output: static/output.css + params: "--minify" - name: Set up QEMU uses: docker/setup-qemu-action@v1 - name: Set up Docker Buildx -- cgit v1.3.1+13