From c29624f18e18aeb66e37f6c9e97a5cf1596b82b4 Mon Sep 17 00:00:00 2001 From: Isaac Johnson Date: Tue, 23 Jun 2026 19:04:17 -0500 Subject: [PATCH] fixing to apt --- .gitea/workflows/cicd.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index 499344a..2b79ef6 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -15,10 +15,10 @@ jobs: apt update cat /etc/os-release apt install -y ca-certificates curl gnupg - snap install hugo + apt install -y hugo - name: Build Hugo run: | - ehugo build - - name: Sunc to AWS + hugo build + - name: Sync to AWS run: | which aws || true \ No newline at end of file