From e41becd08dbf3bd036622a39d173cbaac8b142f6 Mon Sep 17 00:00:00 2001 From: greglebreton Date: Thu, 5 Jan 2023 16:39:53 +0100 Subject: [PATCH] add command pip install requirements.txt in build step --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9488293..cbf1079 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,7 @@ steps: - name: site path: /drone/src/docs commands: - - cd doc && mkdocs build + - cd doc && pip install -r requirements.txt && mkdocs build - name: deploy image: drillster/drone-rsync