reinstall mkdocs
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
jf
2024-07-16 13:57:14 +02:00
parent c26a2cd670
commit 921b7ea601

View File

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