The Drone runner environment does not have `pip` or `mkdocs` on PATH even when installed via the Docker image. Use `pip3` explicitly and invoke mkdocs as `python3 -m mkdocs` to ensure reliable execution. Also add --break-system-packages to the fallback install.