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
1 changed files with 1 additions and 1 deletions

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