forked from Deuxfleurs/guide.deuxfleurs.fr
fix alpine command
This commit is contained in:
parent
e33d13993d
commit
f0b216f613
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ steps:
|
|||
image: alpine:3.17.2
|
||||
commands:
|
||||
- apk update
|
||||
- apk install zola
|
||||
- apk add zola
|
||||
- zola build
|
||||
|
||||
- name: upload
|
||||
|
|
Loading…
Reference in a new issue