From 1306e6036797670f765c4096f7d3d2b2a677d890 Mon Sep 17 00:00:00 2001 From: Brooke Date: Sat, 9 Mar 2024 16:53:15 -0500 Subject: [PATCH] switch to alpine container --- .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 2d3ad80..7748a53 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: apt update && apt install -y rsync nodejs python3 + run: apk add rsync - uses: actions/checkout@v4 - name: Run build task run: hugo --minify --logLevel info