From 1c054fc7005987970946fb41f9e5e897a03ebb0d Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Sat, 15 Mar 2025 17:44:42 -0400 Subject: [PATCH] added openssh dependency --- .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 734fa67..52bfb1f 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -6,7 +6,8 @@ jobs: Build: container: alpine:latest steps: - - run: apk add zola nodejs git + - name: Install dependencies + run: apk add zola nodejs git openssh - name: Check out repository code uses: actions/checkout@v4 - run: zola build