fix drone
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Sthope 2023-08-19 22:40:47 +02:00
parent abdfd9adc2
commit b8510a65b3

View File

@ -16,8 +16,8 @@ steps:
- /usr/local/bin/python -m pip install --upgrade pip
- pip install -U -r ./requirements.txt
- mkdocs build
- cp -r site/ $wiki_folder
- chmod -R 777 $wiki_folder
- cp -r site/ /site
- chmod -R 777 /site
volumes:
- name: site