From 66f8372ac28750807b26c26ae07b861a6a09d1e4 Mon Sep 17 00:00:00 2001 From: thest1tch Date: Thu, 8 Jun 2023 14:15:32 +0500 Subject: [PATCH] asdas --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9f6a74d..544d7bc 100755 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: commands: - pip install -U -r ./requirements.txt - mkdocs build - - cp -r site/ /docs + - cp -r /drone/src/site /docs - chmod -R 777 /docs when: event: push