From b92f9c3d4f752b36dc1d42cb3547aee9b03c10a8 Mon Sep 17 00:00:00 2001 From: JFronny Date: Thu, 23 Feb 2023 14:38:08 +0100 Subject: [PATCH] Attempt to fix doc --- .woodpecker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index e403562..4300762 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,6 +3,7 @@ pipeline: image: gradle:latest pull: true commands: + - apt update - apt install -y graphviz - gradle publish javadoc -Pmaven="https://maven.frohnmeyer-wds.de/artifacts" - mkdir javadoc