Pelican command not found in deployment to Cloudflare pages

I'm trying to deploy a Python Pelican static blog to Cloudflare. It correctly pulls the repo from GitHub and goes through the whole build process and finishes with a green tick next to anything so I was a bit surprised when I couldn't access the site. Looking through the build log though it appears that Cloudflare does not know where the pelican command is. It all works perfectly on my system and the repo has all dependencies set using Poetry - can someone give me some ideas on how to fix this please?
2 Replies
Sandra
Sandra4mo ago
I have the same problem. I would love to know what could be done to solve it. Here are my settings:
Build command:
pelican content
Build output directory:
/output
Root directory:
/
Build comments on pull requests:
Enabled
Build command:
pelican content
Build output directory:
/output
Root directory:
/
Build comments on pull requests:
Enabled
brianthelion
brianthelion3mo ago
Same problem here. First outing with Pages is a massive FAIL. Back to GH Pages.