Cloudflare Deployment Using Poetry¶
When creating a new page keep the following values.
Build command : poetry run python -m mkdocs build
Build output : site
The default build command is mkdocs build
. But the issue is that it doesn't use the poetry shell. So, it won't detect that we have the mkdocs installed.