From f9c69ef37bc5db60d89d76222d8819026a0843f5 Mon Sep 17 00:00:00 2001 From: Brooke Date: Thu, 14 Mar 2024 18:45:58 -0400 Subject: [PATCH] test --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 76b31ec..8a73f0c 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -17,7 +17,7 @@ jobs: apt-get install --no-install-recommends --no-install-suggests -y jq rsync && \ npm i minify -g - name: Minify - run: cd public/ && minify index.html > index.html && minify script.js > script.min.js && minify simplex.js > simplex.min.js && minify style.css > style.min.css && cd .. + run: cd public/ && minify index.html > index.html && minify script.js > script.min.js && minify simplex.js > simplex.min.js && minify style.css > style.min.css - name: Test static page run: bash ${{ gitea.workspace }}/bin/test_static_page.sh - name: Deploy to Server