From 64bb72b1c900f55879e5931b4d62b59c8b191537 Mon Sep 17 00:00:00 2001 From: Nick Slowinski Date: Mon, 26 Jun 2023 15:03:34 +0200 Subject: [PATCH] a --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 2a9fd7c..4041ace 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,4 +11,7 @@ steps: image: registry.access.redhat.com/ubi9/python-311:1-12 commands: - pip install -r requirements.txt + - ls -laZ /drone/src + - ls -laZ /drone/src/site + - ls -laZ /drone/src/docs - mkdocs build \ No newline at end of file