From d744479245139803c35c7142027971ab3747c9c9 Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Sun, 12 Jun 2022 15:30:42 +0200 Subject: [PATCH] Fix build --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 768ac5a..d99fb32 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,8 @@ steps: - name: test-build image: asciidoctor/docker-asciidoctor commands: - - asciidoctor *.adoc + - asciidoctor projects/*.adoc || true + - asciidoctor diaries/*.adoc || true --- kind: pipeline type: ssh