From 0a1bda9573047a61fbef4b162bb37488d27867cd Mon Sep 17 00:00:00 2001 From: light7734 Date: Mon, 3 Nov 2025 16:08:07 +0330 Subject: [PATCH] remove generated directories --- .drone.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 68cefa5..f3f9378 100644 --- a/.drone.yml +++ b/.drone.yml @@ -121,11 +121,7 @@ steps: image: documentation:latest pull: if-not-exists commands: - - pwd - cd docs - - mkdir generated - - touch generated/changelogs.rst - - touch generated/api.rst - sphinx-build -M html . . - rm -rf /light_docs_dev/*