update drone v2
continuous-integration/drone/push Build is failing Details

states/02
thest1tch 2 years ago
parent 6adab5270e
commit 8aedffe163

@ -4,7 +4,7 @@ type: docker
name: build-home-docs name: build-home-docs
steps: steps:
- name: check-feature - name: build main
image: squidfunk/mkdocs-material:9.1.17 image: squidfunk/mkdocs-material:9.1.17
pull: if-not-exists pull: if-not-exists
volumes: volumes:
@ -16,13 +16,13 @@ steps:
- cp -r site/ /site - cp -r site/ /site
- chown 1000:1000 /site - chown 1000:1000 /site
- chmod -R 777 /site - chmod -R 777 /site
# when: when:
# event: event:
# - push - push
# branch: branch:
# - states/* - main
- name: check-feature - name: build states
image: git.st1t.ru/thest1tch/mkdocs-material:latest image: git.st1t.ru/thest1tch/mkdocs-material:latest
pull: if-not-exists pull: if-not-exists
volumes: volumes:

Loading…
Cancel
Save