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

This commit is contained in:
support 2023-05-05 15:32:55 +00:00
parent ecbab4b9f7
commit d1c98860d2

View file

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