Would you take a PR to add instructions for automatic deploy on Codeberg Pages with Forgejo Actions?
Check List
- [x] I have already read README.
- [x] I have already searched existing issues.
- [x] I have already searched existing pull requrests.
Feature Request
Greetings,
Thank you for developing and maintaining Hexo!
Currently the documents only covers automatic deployment on GitHub Pages, GitLab Pages and a generic git deploy method to upload the public folder, and I found that Forgejo Actions, being a fork of GitHub actions, could be utilized for users on Forgejo instances to automatically deploy with source files and without manually run generations steps on the local machine.
I have written a workflows sample config yaml and tested, it operates well: https://codeberg.org/kamiki/hexo-actions/src/branch/main/.forgejo/workflows/hexo.yaml
Please let me know if you are interested in adding Codeberg Pages into deployment section of the document. I will initiate a PR if you approved.
Thanks!
Additional context
No response
Adding instructions for Codeberg is fine since Codeberg is a non-profit organization formed in 2019 and not some shabby business.
Adding instructions for Codeberg is fine since Codeberg is a non-profit organization formed in 2019 and not some shabby business.
https://github.com/hexojs/site/pull/2402
Here it is, thank you ! <3