Fix zola command
This commit is contained in:
parent
d9661a78fa
commit
637f0cf23c
1 changed files with 3 additions and 3 deletions
|
@ -13,8 +13,8 @@ steps:
|
||||||
|
|
||||||
- name: build-zola
|
- name: build-zola
|
||||||
image: ghcr.io/getzola/zola:v0.15.3
|
image: ghcr.io/getzola/zola:v0.15.3
|
||||||
commands:
|
entrypoint: /bin/zola
|
||||||
- zola build
|
command: [ "build" ]
|
||||||
|
|
||||||
- name: upload
|
- name: upload
|
||||||
image: plugins/s3
|
image: plugins/s3
|
||||||
|
@ -38,6 +38,6 @@ steps:
|
||||||
- pull_request
|
- pull_request
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: c72b846108617d652f8b533c0ec1f7414ae423d1423301e6e71695d4399c3dc2
|
hmac: 6b52cc98a9ff3c8ff4327fd9ceb95fcb628c96f737e2e7596a47c3cb7d589882
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue