fix entrypoint 2
All checks were successful
continuous-integration/drone/push Build is passing

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

View file

@ -13,7 +13,7 @@ steps:
- name: build-zola
image: ghcr.io/getzola/zola:v0.15.3
entrypoint: /bin/zola
entrypoint: [ "/bin/zola" ]
command: [ "build" ]
- name: upload