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

This commit is contained in:
jf
2024-07-16 13:44:52 +02:00
parent 946d410ebd
commit c26a2cd670

View File

@@ -11,6 +11,7 @@ steps:
commands:
# - pip install -U -r ./requirements.txt
- pip install -U mkdocs
- cat ./mkdocs.yml
- mkdocs build --clean -f ./mkdocs.yml
- cp -r site/ /site
- chmod -R 777 /site