fix alpine command

This commit is contained in:
Quentin 2023-02-21 21:18:55 +01:00
parent e33d13993d
commit f0b216f613
Signed by: quentin
GPG key ID: E9602264D639FF68

View file

@ -7,7 +7,7 @@ steps:
image: alpine:3.17.2
commands:
- apk update
- apk install zola
- apk add zola
- zola build
- name: upload