From 7b5f7a5d1322bdf2191815e2a1da4a750d7839b6 Mon Sep 17 00:00:00 2001 From: thest1tch Date: Thu, 8 Jun 2023 14:18:32 +0500 Subject: [PATCH] asds --- .drone.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index 544d7bc..eb4d773 100755 --- a/.drone.yml +++ b/.drone.yml @@ -7,19 +7,19 @@ steps: - name: build-docs image: squidfunk/mkdocs-material:9.1.15 pull: if-not-exists - volumes: - - name: docs - path: /opt/appdata/mkdocswiki + volumes: + - name: site + path: /site commands: - pip install -U -r ./requirements.txt - mkdocs build - - cp -r /drone/src/site /docs - - chmod -R 777 /docs + - cp -r site/ /site + - chmod -R 777 /site when: event: push branch: main -#volumes: -# - name: docs -# host: -# path: /opt/appdata/mkdocswiki \ No newline at end of file +volumes: + - name: site + host: + path: /opt/appdata/mkdocswiki \ No newline at end of file