Publish to Codeberg #6737
Replies: 2 comments 1 reply
-
I think you have some misconceptions. Codeberg is not a git client. It's a different website (different from GitHub, which I assume is what you're drawing your comparison from). I mention that because only because this is the first I (personally!) hear of Codeberg, and we'd want to know that there's a critical mass of users requesting this support. |
Beta Was this translation helpful? Give feedback.
-
Just to note that i'm here setting up quarto publication for my first time trying to start a new research project on Codeberg rather than Github. I'd love the ability to do this in the I wonder how you could find (financial) support to introduce this alongside improvements / changes to the Codeberg Pages service that's now in "maintenance mode" https://codeberg.org/Codeberg/pages-server/issues/399 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I want to publish a Quarto Book on Codeberg (an opensource git client). The current workflow - which works but is inconvenient:
quarto publish gh-pages
>>> creates the output files on a branch calledgh-pages
gh-pages
topages
(the required branchname for Codeberg Pages)What would be ideal if one could specify the name of the target branch when using the publish command. For example:
quarto publish gh-pages —branch pages
or something of the likes. Thegh-pages
can then still be used to trigger the correct workflow, but the output book is added to a differently named branch.Thanks in advance if you can make this work!
Beta Was this translation helpful? Give feedback.
All reactions