diff options
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |