From 188a6b5b1dd5c065213908dc3fe7367f3e5f9a00 Mon Sep 17 00:00:00 2001 From: Brooke Date: Thu, 14 Mar 2024 16:20:03 -0400 Subject: [PATCH] update deployment --- .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 2b1c720..780859f 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -14,7 +14,7 @@ jobs: - name: Grab packages run: | apt-get update && \ - apt-get install -y jq rsync + apt-get install --no-install-recommends --no-install-suggests -y jq rsync - name: Test static page run: bash ${{ gitea.workspace }}/bin/test_static_page.sh - name: Deploy to Server