fix
continuous-integration/drone/push Build is passing Details

pull/6/head
thest1tch 2 years ago
parent c6d1b51a8a
commit 0caf0b8158

@ -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:

Loading…
Cancel
Save