Fix zola command

This commit is contained in:
Alex 2022-01-27 15:47:13 +01:00
parent d9661a78fa
commit 637f0cf23c
No known key found for this signature in database
GPG key ID: EDABF9711E244EB1

View file

@ -13,8 +13,8 @@ steps:
- name: build-zola
image: ghcr.io/getzola/zola:v0.15.3
commands:
- zola build
entrypoint: /bin/zola
command: [ "build" ]
- name: upload
image: plugins/s3
@ -38,6 +38,6 @@ steps:
- pull_request
---
kind: signature
hmac: c72b846108617d652f8b533c0ec1f7414ae423d1423301e6e71695d4399c3dc2
hmac: 6b52cc98a9ff3c8ff4327fd9ceb95fcb628c96f737e2e7596a47c3cb7d589882
...