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

pull/416/head
Christian Clauss 4 years ago committed by GitHub
parent 13470c0df3
commit db0b929e83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .drone.yml

@ -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

Loading…
Cancel
Save