Actualiser .drone.yml
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
jf
2024-07-15 23:57:01 +02:00
parent df49ef4243
commit 7f5592cf58

View File

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