Update '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
support 2023-05-05 15:44:51 +00:00
parent 7267150a0d
commit ce9639934b

View file

@ -9,7 +9,7 @@ steps:
- name: site
path: /site
commands:
- pip install -U -r ./requirements.txt --force-reinstall
- pip install -U -r ./requirements.txt
- mkdocs build
- cp -r site/ /site
- chmod -R 777 /site