ajout de l'option --clean à mkdocs build
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
jf
2024-07-16 00:38:32 +02:00
parent 2136104b17
commit d78e7dcd57

View File

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