Replies: 2 comments 2 replies
-
Alternatively, if the workflow isn't officially supported I wonder if it doesn't belong in the getpelican organization? I could copy the workflow to a separate repo in my own GitHub account, and send a PR to remove the workflow from the pelican repo and change the Tips page in the docs to just link to the workflow in my repo. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the inquiry, Sean. More importantly, thank you for offering to help provide official support for users of the workflow, an offer that is graciously accepted. As backstory, I don't believe any of the current maintainers use the publishing-to-GitHub-Pages-via-Actions deployment workflow, and therefore we are ill-equipped to provide support. Moreover, we are already struggling to keep up with the overall demands of open-source project management, and the prospect of adding yet another "support surface" is wildly infeasible. Ergo my "this is not officially supported" warning, which was only meant to set expectations for end users. But your offer to help out does indeed change my perspective on this topic. I will remove that "unsupported" language that I added. I will also add you as a code owner for this workflow so that PRs that touch that file will generate review requests for you. Thanks again for the thoughtful discussion and the kind offer to help out with the project. Much appreciated! 😁 |
Beta Was this translation helpful? Give feedback.
-
I noticed that the GitHub Actions workflow for deploying a Pelican site to GitHub Pages has a comment on it saying "no official support."
I was wondering whether there's anything I can do to help the Pelican team to be able to provide official support for users of the workflow?
For example I could write up some notes explaining how the workflow works, step-by-step.
There's actually not much to it. All the workflow does is:
pip install
pelican
injecting the correct values forSITEURL
and (if Add theme, Python version, and feed domain to GitHub Pages deployment workflow #3330 is merged) forFEED_DOMAIN
as wellBeta Was this translation helpful? Give feedback.
All reactions