pip install -U mkdocs

This commit is contained in:
jf
2024-07-16 11:44:55 +02:00
parent d78e7dcd57
commit 97a4435ffa

View File

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