diff --git a/.drone.yml b/.drone.yml index b127ab7..1e961a4 100755 --- a/.drone.yml +++ b/.drone.yml @@ -9,14 +9,14 @@ steps: pull: if-not-exists volumes: - name: docs - path: /docs + path: /opt/appdata/mkdocswiki commands: - pip install -U -r ./requirements.txt - mkdocs build when: event: push branch: main -volumes: - - name: docs - host: - path: /opt/appdata/mkdocswiki \ No newline at end of file +#volumes: +# - name: docs +# host: +# path: /opt/appdata/mkdocswiki \ No newline at end of file