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