From 8aedffe163aa3da3097e0ae2434cab205efcbc37 Mon Sep 17 00:00:00 2001 From: thest1tch Date: Sat, 1 Jul 2023 21:15:44 +0500 Subject: [PATCH] update drone v2 --- .drone.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index c50c962..a130642 100755 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ type: docker name: build-home-docs steps: -- name: check-feature +- name: build main image: squidfunk/mkdocs-material:9.1.17 pull: if-not-exists volumes: @@ -16,13 +16,13 @@ steps: - cp -r site/ /site - chown 1000:1000 /site - chmod -R 777 /site -# when: -# event: -# - push -# branch: -# - states/* + when: + event: + - push + branch: + - main -- name: check-feature +- name: build states image: git.st1t.ru/thest1tch/mkdocs-material:latest pull: if-not-exists volumes: