From 6cbb6de946e97c6cc8e5ce9bb543dd7a77bd2a37 Mon Sep 17 00:00:00 2001 From: thest1tch Date: Thu, 8 Jun 2023 14:06:03 +0500 Subject: [PATCH] test --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3d7ea58..b127ab7 100755 --- a/.drone.yml +++ b/.drone.yml @@ -8,8 +8,8 @@ steps: image: squidfunk/mkdocs-material:9.1.15 pull: if-not-exists volumes: - - name: site - path: /site + - name: docs + path: /docs commands: - pip install -U -r ./requirements.txt - mkdocs build @@ -17,6 +17,6 @@ steps: event: push branch: main volumes: - - name: site + - name: docs host: path: /opt/appdata/mkdocswiki \ No newline at end of file