From 6822b9e5d893d5cfad9ca83f97cae4c5dcfe1654 Mon Sep 17 00:00:00 2001 From: Brooke Date: Wed, 6 Mar 2024 02:46:30 -0500 Subject: [PATCH] wrong -y location --- .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 89fe12b..a7df24d 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 -y && apt install rsync && ls + run: apt update && apt install -y rsync && ls - name: Run build task run: hugo --minify --logLevel info - name: Test static page