summaryrefslogtreecommitdiff
path: root/.gitea
diff options
context:
space:
mode:
Diffstat (limited to '.gitea')
-rw-r--r--.gitea/workflows/deploy.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml
index 0780496..c23a230 100644
--- a/.gitea/workflows/deploy.yaml
+++ b/.gitea/workflows/deploy.yaml
@@ -6,7 +6,7 @@ jobs:
Build:
container: alpine:latest
steps:
- - run: apk install zola
+ - run: apk add zola
- name: Check out repository code
uses: actions/checkout@v4
- run: zola build