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: