From e57c7916201dfe54466481a917949d2c6bce6989 Mon Sep 17 00:00:00 2001 From: "Louis T. Getterman IV" Date: Thu, 1 Feb 2024 06:21:32 -0600 Subject: [PATCH] test 5 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index bf62100..a29b279 100755 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ steps: commands: - sh install-packages.sh - pip install --no-cache-dir -r requirements.txt - - mkdocs init . + - mkdocs new . - mkdocs build --verbose - ls -l