From c5977338934d763e1c36585f42aebdc8febcfbc6 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Fri, 16 May 2025 17:24:17 -0600 Subject: [PATCH] Update .gitea/workflows/gitops-automatic-deployment.yml --- .gitea/workflows/gitops-automatic-deployment.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/gitops-automatic-deployment.yml b/.gitea/workflows/gitops-automatic-deployment.yml index c413e8b..44550d6 100644 --- a/.gitea/workflows/gitops-automatic-deployment.yml +++ b/.gitea/workflows/gitops-automatic-deployment.yml @@ -11,8 +11,7 @@ jobs: steps: - name: Install Node.js, git, and rsync run: | - apt-get update - apt-get install -y nodejs npm git rsync + apk add --no-cache nodejs npm git rsync - name: Checkout Repository uses: actions/checkout@v3