Currently the program is in /badgesort and our microsite is in /docs
We use the python from the app in the microsite
However, when we update the app we need to manually sync those changes into the microsite
Write a replacement GitHub action to deploy the GitHub pages site that grabs the latest version of the code so we only keep one copy in the repo
You may need to work out what the differences are between the code in the microsite and the actual BadgeSort code and the site may need some kind of wrapper, but perhaps not.
Make sure the site shows the commit hash somewhere too