My pages repository contains html generated via Jekyll,
The process of publishing requires another repo. In a separate Jekyll source repository I first do a jekyll build. This places site output in the _site folder, and the contents of this directory I then commit to pages repo.
Is there a means by which I could use just a single repo and specify the subdir where Codeberg Pages should pick up the index.html to render from?