diff options
| author | Silas Bartha <silas@soaos.dev> | 2025-03-15 16:53:29 -0400 |
|---|---|---|
| committer | Silas Bartha <silas@soaos.dev> | 2025-03-15 18:02:17 -0400 |
| commit | 4d308ff30c90ac19367f8c44a710243cef159fa4 (patch) | |
| tree | fcf2adbeb52a7531d1060a59aa1a9e0e41513aea | |
| parent | 4a924da58b4d0f1251c557af192a136ce5fb67af (diff) | |
Fix apk add
| -rw-r--r-- | .gitea/workflows/deploy.yaml | 2 |
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 |
