Drone: mkdocs build upgrade to Python 3.9 (#415, @cclaus)

This commit is contained in:
Christian Clauss 2020-11-27 07:28:15 +01:00 committed by GitHub
parent 13470c0df3
commit db0b929e83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,7 +176,7 @@ platform:
steps:
- name: build
image: python:3.8
image: python:3.9
commands:
- python3 -m pip install -r docs/requirements.txt
- mkdocs build --verbose --clean --strict