Don't print Zola version on build step [SKIP CI]

This commit is contained in:
daudix
2024-08-18 19:08:18 +03:00
parent 9a02937a68
commit 5bfc843cc5

View File

@ -28,7 +28,6 @@ steps:
image: alpine:edge
commands:
- apk add zola
- zola --version
- zola build
when:
event: [push, pull_request, manual]