Update '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
support 2023-05-05 15:22:52 +00:00
parent ad9acdfa21
commit f2c7bf64fd

View file

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