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
|
image: alpine:3.17.2
|
||||||
commands:
|
commands:
|
||||||
- apk update
|
- apk update
|
||||||
- apk install zola
|
- apk add zola
|
||||||
- zola build
|
- zola build
|
||||||
|
|
||||||
- name: upload
|
- name: upload
|
||||||
|
|
Loading…
Reference in a new issue