From 678c83bd4bd6fe5d33edd6ff1facae21ee549ff5 Mon Sep 17 00:00:00 2001 From: TheSt1tch Date: Fri, 29 Mar 2024 14:44:44 +0500 Subject: [PATCH] remove build main --- .drone.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4fef5d5..60c40ad 100755 --- a/.drone.yml +++ b/.drone.yml @@ -4,23 +4,23 @@ type: docker name: build-home-docs steps: -- name: build main - image: squidfunk/mkdocs-material:9.4.6 - 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: - - main +#- name: build main +# image: squidfunk/mkdocs-material:9.4.6 +# 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: +# - main - name: build states image: git.st1t.ru/thest1tch/mkdocs-material:latest