Drone: mkdocs build upgrade to Python 3.9 (#415, @cclaus)
This commit is contained in:
parent
13470c0df3
commit
db0b929e83
@ -176,7 +176,7 @@ platform:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: python:3.8
|
image: python:3.9
|
||||||
commands:
|
commands:
|
||||||
- python3 -m pip install -r docs/requirements.txt
|
- python3 -m pip install -r docs/requirements.txt
|
||||||
- mkdocs build --verbose --clean --strict
|
- mkdocs build --verbose --clean --strict
|
||||||
|
Loading…
Reference in New Issue
Block a user