I’m working on a project and I want to automatically generate documentation and push it to my GitHub repository’s wiki section. I’ve been using automated documentation tools to create HTML files and I’m wondering if there’s a way to upload these files programmatically through GitHub’s API.
I’ve looked through the GitHub API documentation but couldn’t find any clear endpoints for wiki management. I was hoping there might be a simple way to transfer the generated documentation files, maybe through some file upload mechanism or API calls.
Has anyone successfully automated the process of updating GitHub wiki pages? I’m particularly interested in bulk uploading documentation files rather than manually copying them each time I update my project.
Any suggestions on the best approach would be really helpful. I’m open to using different methods as long as they can be automated.