From 764618087a8680ae82027508f679e5f30eaf8ed0 Mon Sep 17 00:00:00 2001 From: thest1tch Date: Thu, 8 Jun 2023 14:08:52 +0500 Subject: [PATCH] asdasda --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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