pip install -U mkdocs
This commit is contained in:
@@ -10,7 +10,8 @@ steps:
|
||||
path: /site
|
||||
commands:
|
||||
# - pip install -U -r ./requirements.txt
|
||||
- mkdocs build --clean
|
||||
- pip install -U mkdocs
|
||||
- mkdocs build --clean -f ./mkdocs.yml
|
||||
- cp -r site/ /site
|
||||
- chmod -R 777 /site
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user