Closed uncomfyhalomacro closed 2 years ago
I don't have any personal experience with Gitea. A couple questions that pop into my head:
I don't have any personal experience with Gitea. A couple questions that pop into my head:
1. Does it have some GitHub Pages type feature for hosting static websites? 2. How does CI work there usually? 3. Any public examples of Julia packages hosted there that would like to take advantage of this?
Sorry I was thinking about something else. I was talking about adding https://woodpecker-ci.org
So to answer the following questions:
I can probably open a PR to add Woodpecker. it shouldn't be that hard I suppose
As for hosting on Gitea/Codeberg, it looks like it's similar to GitHub then --- you just push to a branch of the same repo (with branch = "pages"
in deploydocs
). As long as it also supports some form of deploy keys, it should be easy to set up.
For Woodpecker, it should be enough to just create the corresponding DeployConfig
(e.g. see the GHA one here). In fact, you should be able to do it all in your make.jl
, without having to modify Documenter at all, to test it out.
Sure! I should try that on my project first by modifying my make.jl with
the necessary DeployConfig
to test that out.
Closing in favor of #1880
Can be kept open until that is merged.
Add support for deploying docs in Gitea instances such as Codeberg.Add woodpecker in doc deployments