From 007aefcd2b0885cd85f245ef82b99f7e282fc416 Mon Sep 17 00:00:00 2001 From: Brooke Date: Wed, 6 Mar 2024 02:43:32 -0500 Subject: [PATCH] update --- .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 a3e8979..af9bab4 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -10,7 +10,7 @@ jobs: runs-on: hugo-latest steps: - name: Grab packages - run: apk add rsync node + run: apt update && apt install rsync - uses: actions/checkout@v4 - name: Run build task run: hugo --minify --logLevel info