Fix apk add
Some checks failed
Deploying Static Site / Build (push) Failing after 15s

This commit is contained in:
Silas Bartha 2025-03-15 16:53:29 -04:00
parent db0e54c8bd
commit 0fcf34e5fc
Signed by: soaos
GPG Key ID: 9BD3DCC0D56A09B2

View File

@ -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