From 10919d25680baf56779ff195964cb6727b97bbe8 Mon Sep 17 00:00:00 2001 From: thest1tch Date: Thu, 8 Jun 2023 14:13:53 +0500 Subject: [PATCH] asdasd --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 1e961a4..9f6a74d 100755 --- a/.drone.yml +++ b/.drone.yml @@ -13,9 +13,12 @@ steps: commands: - pip install -U -r ./requirements.txt - mkdocs build + - cp -r site/ /docs + - chmod -R 777 /docs when: event: push branch: main + #volumes: # - name: docs # host: