summaryrefslogtreecommitdiff
path: root/.gitea/workflows
diff options
context:
space:
mode:
authorSilas Bartha <silas@soaos.dev>2025-03-15 16:53:29 -0400
committerSilas Bartha <silas@soaos.dev>2025-03-15 18:02:17 -0400
commit4d308ff30c90ac19367f8c44a710243cef159fa4 (patch)
treefcf2adbeb52a7531d1060a59aa1a9e0e41513aea /.gitea/workflows
parent4a924da58b4d0f1251c557af192a136ce5fb67af (diff)
Fix apk add
Diffstat (limited to '.gitea/workflows')
-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