Hi everyone !
I use Zola from few month and this tool is amazing ! I use also Codeberg for my git hosting and I’ve a woodpecker instance hosted by them (thanks to them !).
I’ve in the past make a blog on other codeberg repo (dead now) without any problem by following the documentation page.
But today, I’ve a different use case not explained in the doc (and my devops skills sucks) : I want to make my “root” homepage (not a project page with a dedied git repo, but my root homepage like : USERNAME.codeberg.page).
To make it, we have to make a git repo named “pages” according to official documentation.
But this is the point : in this case of “root” homepage, I have to push on main branch. And the documentation doesn’t provide a woodpecker file for this case and my pipeline always fail. I’ve tried to replace “pages” branch by “main” in the first lines, but nothing change.
Can someone explain me how to adapt the default woodpecker file (provided in the doc linked bellow and the codeberg repository) to my case ? I want to understand what I’m doing.
This is my actual woodpecker file.
Thanks in advance for your help