From 0caf0b815801a52d6e308705903fc0ef83dc0182 Mon Sep 17 00:00:00 2001 From: thest1tch Date: Mon, 12 Jun 2023 14:35:36 +0500 Subject: [PATCH] fix --- .drone.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.drone.yml b/.drone.yml index 92ecbc7..2a2b39c 100755 --- a/.drone.yml +++ b/.drone.yml @@ -25,6 +25,22 @@ steps: event: push branch: main +- name: check-feature + image: squidfunk/mkdocs-material:9.1.15 + pull: if-not-exists + volumes: + - name: site + path: /site + commands: + - pip install -U -r ./requirements.txt + - mkdocs build + - cp -r site/ /site + - chown 1000:1000 /site + - chmod -R 777 /site + when: + event: push + branch: feature + - name: telgram_notify image: appleboy/drone-telegram when: