summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitea/workflows/deploy.yaml3
1 files changed, 2 insertions, 1 deletions
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