Customizing Changelist Description in Perforce!

Customizing Default Changelist Description in Perforce To improve the traceability of commits to perforce, we were looking to provide a changelist description template to the team. We use Perforce as a repository running on a Windows platform. Research from the internet suggested that we would have to use P4 triggers. However, our IT team had … Read more

Generate HTML from reST using Sphinx and GitHub Actions

In this post, I explain how you can write a GitHub action that will generate HTML from Restructured Text (reST) and upload the HTML files to an S3 bucket. This workflow ensures that when you merge any changes to your reST source, the HTML is automatically built and posted to your hosting provider. Introduction Creating … Read more