From 90ca6734680aba242effb4f7b88e4baeca2ea8e0 Mon Sep 17 00:00:00 2001 From: Brooke Date: Wed, 6 Mar 2024 02:38:28 -0500 Subject: [PATCH] update --- .gitea/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 67a0739..a3e8979 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -9,9 +9,9 @@ jobs: build: runs-on: hugo-latest steps: - - uses: actions/checkout@v4 - name: Grab packages - run: apk add rsync + run: apk add rsync node + - uses: actions/checkout@v4 - name: Run build task run: hugo --minify --logLevel info - name: Test static page