forked from Deuxfleurs/guide.deuxfleurs.fr
try with alpine
This commit is contained in:
parent
1e9c940fd8
commit
e33d13993d
1 changed files with 4 additions and 2 deletions
|
@ -4,9 +4,11 @@ name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: ghcr.io/getzola/zola:v0.16.0
|
image: alpine:3.17.2
|
||||||
commands:
|
commands:
|
||||||
- build
|
- apk update
|
||||||
|
- apk install zola
|
||||||
|
- zola build
|
||||||
|
|
||||||
- name: upload
|
- name: upload
|
||||||
image: plugins/s3
|
image: plugins/s3
|
||||||
|
|
Loading…
Reference in a new issue