Currently to deploy new storybook docs we can run an npm script that creates the output files and puts into gh-pages. This means we could technically override the storybook pages with code from a branch that does not have the most up to date components.
Add a gh action that runs this procedure of building output files from storybook and deploying through gh-pages on merge into main.