From 0b7c6ee5dc73d5c67f444d0f2decdd499c3669f7 Mon Sep 17 00:00:00 2001 From: Brooke Date: Wed, 6 Mar 2024 02:45:12 -0500 Subject: [PATCH] test --- .gitea/workflows/deploy.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index af9bab4..89fe12b 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -10,8 +10,7 @@ jobs: runs-on: hugo-latest steps: - name: Grab packages - run: apt update && apt install rsync - - uses: actions/checkout@v4 + run: apt update -y && apt install rsync && ls - name: Run build task run: hugo --minify --logLevel info - name: Test static page