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 - name: site
path: /site path: /site
commands: commands:
- pip install -U -r ./requirements.txt - pip install -U -r ./requirements.txt --force-upgrade
- mkdocs build - mkdocs build
- cp -r site/ /site - cp -r site/ /site
- chmod -R 777 /site - chmod -R 777 /site