1
0
Fork 0
forked from support/it-docs

Update '.drone.yml'

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