add command pip install requirements.txt in build step
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
greglebreton 2023-01-05 16:39:53 +01:00
parent f14948f4fc
commit e41becd08d

View File

@ -20,7 +20,7 @@ steps:
- name: site
path: /drone/src/docs
commands:
- cd doc && mkdocs build
- cd doc && pip install -r requirements.txt && mkdocs build
- name: deploy
image: drillster/drone-rsync